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 – 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

Location:
trunk/CONFIG/ORCA2_LIM/EXP00
Files:
5 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 
  • trunk/CONFIG/ORCA2_LIM/EXP00/1_namelist_ice_lim2

    r1113 r1229  
    1414&namicerun     !   Share parameters for dynamics/advection/thermo 
    1515!----------------------------------------------------------------------- 
     16   cn_icerst_in  = "restart_ice_in"   !  suffix of ice restart name (input) 
     17   cn_icerst_out = "restart_ice"      !  suffix of ice restart name (output) 
    1618   ln_limdyn   = .true.    !  ice dynamics (T) or thermodynamics only (F) 
    1719   ln_limdmp   = .false.   !  restoring ice thickness and fraction leads (T) or not (F) 
  • trunk/CONFIG/ORCA2_LIM/EXP00/namelist

    r1218 r1229  
    2525   no          =       0   !  job number 
    2626   cexper      =  "ORCA2"  !  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 
     
    646648   nctls      =   0        !  control surface type in mixed-layer trends (0,1 or n<jpk) 
    647649   ucf        =   1.       !  unit conversion factor (=1 -> /seconds ; =86400. -> /day) 
    648    ln_trdmld_restart = .false.  !  restart for ML diagnostics 
    649    ln_trdmld_instant = .false.  !  flag to diagnose trends of instantantaneous or mean ML T/S 
     650   cn_trdrst_in  = "restart_mld"   ! suffix of ocean restart name (input) 
     651   cn_trdrst_out = "restart_mld"   ! suffix of ocean restart name (output) 
     652   ln_trdmld_restart = .false.     !  restart for ML diagnostics 
     653   ln_trdmld_instant = .false.     !  flag to diagnose trends of instantantaneous or mean ML T/S 
    650654/ 
    651655!----------------------------------------------------------------------- 
  • trunk/CONFIG/ORCA2_LIM/EXP00/namelist_ice_lim2

    r1113 r1229  
    1414&namicerun     !   Share parameters for dynamics/advection/thermo 
    1515!----------------------------------------------------------------------- 
     16   cn_icerst_in  = "restart_ice_in"   !  suffix of ice restart name (input) 
     17   cn_icerst_out = "restart_ice"      !  suffix of ice restart name (output) 
    1618   ln_limdyn   = .true.    !  ice dynamics (T) or thermodynamics only (F) 
    1719   ln_limdmp   = .false.   !  restoring ice thickness and fraction leads (T) or not (F) 
  • trunk/CONFIG/ORCA2_LIM/EXP00/namelist_ice_lim3

    r1113 r1229  
    1414&namicerun     !   Share parameters for dynamics/advection/thermo 
    1515!----------------------------------------------------------------------- 
     16   cn_icerst_in  = "restart_ice_in"   !  suffix of ice restart name (input) 
     17   cn_icerst_out = "restart_ice"      !  suffix of ice restart name (output) 
    1618   ln_limdyn   = .true.    !  ice dynamics (T) or thermodynamics only (F) 
    1719   acrit       =  1.0e-02 , 1.0e-02  !  minimum fraction for leads in the Northern (Southern) Hemisphere 
Note: See TracChangeset for help on using the changeset viewer.