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 1229 for trunk/CONFIG/ORCA2_LIM/EXP00/1_namelist – NEMO

Ignore:
Timestamp:
2008-12-01T08:04:11+01:00 (15 years ago)
Author:
smasson
Message:

define restart names in the namelist, see ticket:258

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CONFIG/ORCA2_LIM/EXP00/1_namelist

    r1168 r1229  
    2525   no          =       0   !  job number 
    2626   cexper      = "Agulhas" !  experience name  
     27   cn_ocerst_in  = "restart"   !  suffix of ocean restart name (input) 
     28   cn_ocerst_out = "restart"   !  suffix of ocean restart name (output) 
    2729   ln_rstart   = .false.   !  start from rest (F) or from a restart file (T) 
    2830   nrstdt      =       0   !  restart control = 0 nit000 is not compared to the restart file value 
     
    624626   nctls      =   0        !  control surface type in mixed-layer trends (0,1 or n<jpk) 
    625627   ucf        =   1.       !  unit conversion factor (=1 -> /seconds ; =86400. -> /day) 
     628   cn_trdrst_in  = "restart_mld"   ! suffix of ocean restart name (input) 
     629   cn_trdrst_out = "restart_mld"   ! suffix of ocean restart name (output) 
    626630   ln_trdmld_restart = .false.  !  restart for ML diagnostics 
    627631   ln_trdmld_instant = .false.  !  flag to diagnose trends of instantantaneous or mean ML T/S 
Note: See TracChangeset for help on using the changeset viewer.