New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 239 for trunk/NEMO/OPA_SRC/SOL – NEMO

Changeset 239 for trunk/NEMO/OPA_SRC/SOL


Ignore:
Timestamp:
2005-03-22T18:55:20+01:00 (19 years ago)
Author:
opalod
Message:

CT : UPDATE172 : remove all direct acces modules and the related cpp key key_fdir

Location:
trunk/NEMO/OPA_SRC/SOL
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/SOL/solisl.F90

    r54 r239  
    536536   END SUBROUTINE isl_pth 
    537537 
    538 # if defined key_fdir 
    539    !!---------------------------------------------------------------------- 
    540    !!   'key_fdir' :                                     direct access file 
    541    !!---------------------------------------------------------------------- 
    542 #  include "solisl_fdir.h90" 
    543  
    544 # else 
    545538   !!---------------------------------------------------------------------- 
    546539   !!   Default option :                                        NetCDF file 
     
    692685      CALL linrg( jpisl, aisl, jpisl, aislm1, jpisl ) 
    693686 
    694 ! 2.2 Control print 
    695  
     687      ! 2.2 Control print 
     688       
    696689      IF(lwp) THEN 
    697690         WRITE(numout,*) 
     
    706699       
    707700 
    708 ! 3. Output of aisl and aislm1 in numisl 
    709 ! -------------------------------------- 
     701      ! 3. Output of aisl and aislm1 in numisl 
     702      ! -------------------------------------- 
    710703 
    711704      CALL restput( numisl, 'aisl'  , jpisl, jpisl, 1, 0, aisl   ) 
     
    11601153   END SUBROUTINE isl_bsf 
    11611154 
    1162 #endif 
    11631155 
    11641156   SUBROUTINE isl_dyn_spg 
Note: See TracChangeset for help on using the changeset viewer.