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 2409 for branches/nemo_v3_3_beta/NEMOGCM/NEMO/OPA_SRC/stpctl.F90 – NEMO

Ignore:
Timestamp:
2010-11-19T16:30:38+01:00 (13 years ago)
Author:
cetlod
Message:

Finalize the new organisation of 1D vertical configuration, see ticket #760

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/nemo_v3_3_beta/NEMOGCM/NEMO/OPA_SRC/stpctl.F90

    r2287 r2409  
    2121   USE lib_mpp         ! distributed memory computing 
    2222   USE dynspg_oce      ! pressure gradient schemes  
     23   USE c1d             ! 1D vertical configuration 
    2324 
    2425   IMPLICIT NONE 
     
    1391409500  FORMAT (' kt=',i6,' min SSS: ',1pg11.4,', i j: ',2i5) 
    140141 
     142       
     143      IF( lk_c1d )  RETURN          ! No log file in case of 1D vertical configuration 
     144 
    141145      ! log file (solver or ssh statistics) 
    142146      ! -------- 
Note: See TracChangeset for help on using the changeset viewer.