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 2528 for trunk/NEMOGCM/NEMO/OPA_SRC/stpctl.F90 – NEMO

Ignore:
Timestamp:
2010-12-27T18:33:53+01:00 (14 years ago)
Author:
rblod
Message:

Update NEMOGCM from branch nemo_v3_3_beta

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/NEMO/OPA_SRC/stpctl.F90

    • Property svn:eol-style deleted
    r1588 r2528  
    2121   USE lib_mpp         ! distributed memory computing 
    2222   USE dynspg_oce      ! pressure gradient schemes  
     23   USE c1d             ! 1D vertical configuration 
    2324 
    2425   IMPLICIT NONE 
     
    2728   PUBLIC stp_ctl           ! routine called by step.F90 
    2829   !!---------------------------------------------------------------------- 
    29    !! NEMO/OPA 3.2 , LOCEAN-IPSL (2009)  
     30   !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
    3031   !! $Id$ 
    31    !! Software governed by the CeCILL licence (modipsl/doc/NEMO_CeCILL.txt) 
     32   !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
    3233   !!---------------------------------------------------------------------- 
    3334 
     
    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.