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 1531 for trunk/NEMO/OPA_SRC/restart.F90 – NEMO

Ignore:
Timestamp:
2009-07-24T08:48:42+02:00 (15 years ago)
Author:
ctlod
Message:

change TKE cpp key names, see ticket: #485

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/restart.F90

    r1483 r1531  
    150150      !! ** Purpose :   Read files for restart (format fixed by jprstlib ) 
    151151      !!  
    152       !! ** Method  :   Read the previous fields on the NetCDF/binary file  
    153       !!      the first record indicates previous characterics 
    154       !!      after control with the present run, we read : 
    155       !!      - prognostic variables on the second record 
    156       !!      - elliptic solver arrays  
    157       !!      - barotropic stream function arrays ("key_dynspg_rl" defined) 
    158       !!        or free surface arrays  
    159       !!      - tke arrays (lk_zdftke=T .OR. lk_zdftke2=T) 
    160       !!      for this last three records,  the previous characteristics  
    161       !!      could be different with those used in the present run.  
     152      !! ** Method  :   Read in restart.nc file fields which are necessary for restart 
    162153      !!---------------------------------------------------------------------- 
    163154      REAL(wp) ::   zrdt, zrdttra1 
Note: See TracChangeset for help on using the changeset viewer.