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

Changeset 8982


Ignore:
Timestamp:
2017-12-11T23:09:53+01:00 (6 years ago)
Author:
flavoni
Message:

change ISOMIP test for merge

Location:
branches/2017/dev_CNRS_2017/NEMOGCM
Files:
2 edited

Legend:

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

    r8930 r8982  
    22!! NEMO/OPA  : ISOMIP Configuration namelist to overwrite reference dynamical namelist 
    33!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    4 !----------------------------------------------------------------------- 
    5 &namusr_def    !   ISOMIP user defined namelist   
    6 !----------------------------------------------------------------------- 
    7    ln_zps      = .true.       ! z-partial-step coordinate 
    8    rn_lam0     =   0.0        !  longitude of first raw and column T-point (jphgr_msh = 1) 
    9    rn_phi0     = -80.0        ! latitude  of first raw and column T-point (jphgr_msh = 1) 
    10    rn_e1deg    =   0.3        !  zonal      grid-spacing (degrees) 
    11    rn_e2deg    =   0.1        !  meridional grid-spacing (degrees) 
    12    rn_e3       =   30.        !  vertical resolution 
    13 / 
    144!----------------------------------------------------------------------- 
    155&namrun        !   parameters of the run 
     
    2919   ln_read_cfg = .false.   !  (=T) read the domain configuration file 
    3020      !                    !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules 
    31       ! 
    32    ln_write_cfg= .true.    !  (=T) create the domain configuration file 
    33    cn_domcfg_out = "ISOMIP_cfg_out" ! newly created domain configuration filename 
    3421/ 
    3522!----------------------------------------------------------------------- 
     
    3825   ln_linssh   = .false.    !  =T  linear free surface  ==>>  model level are fixed in time 
    3926   ! 
    40    nn_msh      =    1      !  create (>0) a mesh file or not (=0) 
     27   nn_msh      =    0      !  create (>0) a mesh file or not (=0) 
    4128   ! 
    4229   rn_rdt      = 1800.     !  time step for the dynamics (and tracer if nn_acc=0) 
  • branches/2017/dev_CNRS_2017/NEMOGCM/SETTE/sette.sh

    r8972 r8982  
    899899    #SF change after merge, when usrdef_zgr will be correct 
    900900    set_namelist namelist_cfg ln_read_cfg .true. 
     901    set_namelist namelist_cfg cn_domcfg ISOMIP_zps_domcfg 
    901902    #SF come back to reading of domain_cfg for ISOMIP 
    902903    set_namelist namelist_cfg ln_icebergs .false. 
     
    931932    #SF change after merge, when usrdef_zgr will be correct 
    932933    set_namelist namelist_cfg ln_read_cfg .true. 
     934    set_namelist namelist_cfg cn_domcfg ISOMIP_zps_domcfg 
    933935    #SF come back to reading of domain_cfg for ISOMIP 
    934936    set_namelist namelist_cfg ln_bergdia .false. 
     
    981983    #SF change after merge, when usrdef_zgr will be correct 
    982984    set_namelist namelist_cfg ln_read_cfg .true. 
     985    set_namelist namelist_cfg cn_domcfg ISOMIP_zps_domcfg 
    983986    #SF come back to reading of domain_cfg for ISOMIP 
    984987    set_namelist namelist_cfg ln_bergdia .false. 
     
    10161019    #SF change after merge, when usrdef_zgr will be correct 
    10171020    set_namelist namelist_cfg ln_read_cfg .true. 
     1021    set_namelist namelist_cfg cn_domcfg ISOMIP_zps_domcfg 
    10181022    #SF come back to reading of domain_cfg for ISOMIP 
    10191023    set_namelist namelist_cfg ln_bergdia .false. 
Note: See TracChangeset for help on using the changeset viewer.