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 7668 for branches/2017/dev_r7663_ISOMIP_TEST_CASE/NEMOGCM/CONFIG/TEST_CASES/ISOMIP/EXP00/namelist_cfg – NEMO

Ignore:
Timestamp:
2017-02-10T18:04:33+01:00 (7 years ago)
Author:
mathiot
Message:

Change location of ISOMIP, add plot routine and expected melt/moc/psi figure and README

Location:
branches/2017/dev_r7663_ISOMIP_TEST_CASE/NEMOGCM/CONFIG/TEST_CASES/ISOMIP
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_r7663_ISOMIP_TEST_CASE/NEMOGCM/CONFIG/TEST_CASES/ISOMIP/EXP00/namelist_cfg

    r7624 r7668  
    55&namusr_def    !   ISOMIP user defined namelist   
    66!----------------------------------------------------------------------- 
     7   ln_zco      = .false.      ! z-coordinate 
     8   ln_zps      = .true.       ! z-partial-step coordinate 
     9   ln_sco      = .false.      ! s-coordinate 
     10   rn_lam0     =   0.0        !  longitude of first raw and column T-point (jphgr_msh = 1) 
     11   rn_phi0     = -80.0        ! latitude  of first raw and column T-point (jphgr_msh = 1) 
     12   rn_e1deg    =   0.3        !  zonal      grid-spacing (degrees) 
     13   rn_e2deg    =   0.1        !  meridional grid-spacing (degrees) 
     14   rn_e3       =   30.        !  vertical resolution 
    715/ 
    816!----------------------------------------------------------------------- 
    917&namrun        !   parameters of the run 
    1018!----------------------------------------------------------------------- 
    11    cn_exp      =  "ISOMIP"   !  experience name 
     19   cn_exp      =  "ISOMIP" !  experience name 
    1220   nn_it000    =       1   !  first time step 
    13    nn_itend    =  490560   !  last  time step 
     21   nn_itend    =  525600   !  last  time step 
    1422   nn_leapy    =       0   !  Leap year calendar (1) or not (0) 
    1523   ln_clobber  = .true.    !  clobber (overwrite) an existing file 
    16    nn_stock    =      48  !  frequency of creation of a restart file (modulo referenced to 1) 
     24   nn_stock    =  99999999 !  frequency of creation of a restart file (modulo referenced to 1) 
    1725   nn_write    =      48   !  frequency of write in the output file   (modulo referenced to nn_it000) 
     26   nn_istate   =       0   !  output the initial state (1) or not (0) 
    1827/ 
    1928!----------------------------------------------------------------------- 
    2029&namcfg     !   parameters of the configuration    
    2130!----------------------------------------------------------------------- 
    22    ln_read_cfg = .true.    !  (=T) read the domain configuration file 
     31   ln_read_cfg = .false.   !  (=T) read the domain configuration file 
    2332      !                    !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules 
    24       cn_domcfg = "ISOMIP_zps_domcfg"      ! domain configuration filename 
     33      ! 
     34   ln_write_cfg= .true.    !  (=T) create the domain configuration file 
     35   cn_domcfg_out = "ISOMIP_cfg_out" ! newly created domain configuration filename 
    2536/ 
    2637!----------------------------------------------------------------------- 
    2738&namdom        !   space and time domain (bathymetry, mesh, timestep) 
    2839!----------------------------------------------------------------------- 
    29    ln_linssh   = .true.    !  =T  linear free surface  ==>>  model level are fixed in time 
     40   ln_linssh   = .false.    !  =T  linear free surface  ==>>  model level are fixed in time 
    3041   ! 
    31    nn_msh      =    0      !  create (>0) a mesh file or not (=0) 
     42   nn_msh      =    1      !  create (>0) a mesh file or not (=0) 
    3243   ! 
    3344   rn_rdt      = 1800.     !  time step for the dynamics (and tracer if nn_acc=0) 
     
    209220   ln_eos80    = .true.          !  = Use EOS80 equation of state 
    210221   !                             !  rd(T,S,Z)*rau0 = -a0*(1+.5*lambda*dT+mu*Z+nu*dS)*dT+b0*dS 
    211    rn_a0       =  0.2         !  thermal expension coefficient (nn_eos= 1) 
    212    rn_b0       =  0.          !  saline  expension coefficient (nn_eos= 1) 
    213    rn_lambda1  =  0.          !  cabbeling coeff in T^2  (=0 for linear eos) 
    214    rn_lambda2  =  0.          !  cabbeling coeff in S^2  (=0 for linear eos) 
    215    rn_mu1      =  0.          !  thermobaric coeff. in T (=0 for linear eos) 
    216    rn_mu2      =  0.          !  thermobaric coeff. in S (=0 for linear eos) 
    217    rn_nu       =  0.          !  cabbeling coeff in T*S  (=0 for linear eos) 
    218222/ 
    219223!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.