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_PISCES/EXP00/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_PISCES/EXP00/namelist

    r1168 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 
     
    177179&namsbc_cpl    !   coupled ocean/atmosphere model                        ("key_coupled") 
    178180!----------------------------------------------------------------------- 
     181! SEND 
     182cn_snd_temperature= 'weighted oce and ice'  ! 'oce only' 'weighted oce and ice' 'mixed oce-ice' 
     183cn_snd_albedo     = 'weighted ice'          ! 'none' 'weighted ice' 'mixed oce-ice' 
     184cn_snd_thickness  = 'none'                  ! 'none' 'weighted ice and snow' 
     185cn_snd_crt_nature = 'none'                  ! 'none' 'oce only' 'weighted oce and ice' 'mixed oce-ice' 
     186cn_snd_crt_refere = 'spherical'             ! 'spherical' 'cartesian' 
     187cn_snd_crt_orient = 'eastward-northward'    ! 'eastward-northward' or 'local grid' 
     188cn_snd_crt_grid   = 'T'                     ! 'T' 
     189! RECEIVE 
     190cn_rcv_w10m       = 'coupled'               ! 'none' 'coupled' 
     191cn_rcv_tau_nature = 'oce only'              ! 'oce only' 'oce and ice' 'mixed oce-ice' 
     192cn_rcv_tau_refere = 'cartesian'             ! 'spherical' 'cartesian' 
     193cn_rcv_tau_orient = 'eastward-northward'    ! 'eastward-northward' or 'local grid' 
     194cn_rcv_tau_grid   = 'U,V'                   ! 'T' 'U,V' 'U,V,F' 'U,V,I' 'T,F' 'T,I' 'T,U,V' 
     195cn_rcv_dqnsdt     = 'coupled'               ! 'none' 'coupled' 
     196cn_rcv_qsr        = 'oce and ice'           ! 'conservative' 'oce and ice' 'mixed oce-ice' 
     197cn_rcv_qns        = 'oce and ice'           ! 'conservative' 'oce and ice' 'mixed oce-ice' 
     198cn_rcv_emp        = 'conservative'          ! 'conservative' 'oce and ice' 'mixed oce-ice' 
     199cn_rcv_rnf        = 'coupled'               ! 'coupled' 'climato' 'mixed' 
     200cn_rcv_cal        = 'coupled'               ! 'none' 'coupled' 
    179201/ 
    180202!----------------------------------------------------------------------- 
     
    626648   nctls      =   0        !  control surface type in mixed-layer trends (0,1 or n<jpk) 
    627649   ucf        =   1.       !  unit conversion factor (=1 -> /seconds ; =86400. -> /day) 
    628    ln_trdmld_restart = .false.  !  restart for ML diagnostics 
    629    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 
    630654/ 
    631655!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.