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 9789 for NEMO/trunk/tests/ICEDYN/EXPREF – NEMO

Ignore:
Timestamp:
2018-06-13T12:16:12+02:00 (6 years ago)
Author:
clem
Message:

change the name of SAS_BIPER configuration to a more explicit one: ICEDYN

Location:
NEMO/trunk/tests/ICEDYN
Files:
3 edited
1 copied

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/tests/ICEDYN/EXPREF/1_namelist_cfg

    r9763 r9789  
    22!! NEMO/OPA  Configuration namelist : overwrite defaults values defined in SHARED/namelist_ref 
    33!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    4 !!                    SAS BIPERIODIC configuration                    !! 
     4!!               ICEDYN (SAS BIPERIODIC) configuration                !! 
    55!!====================================================================== 
    66!!              ***  Domain & Run management namelists  ***           !! 
     
    1818! 
    1919!----------------------------------------------------------------------- 
    20 &namusr_def    !   SAS_BIPER user defined namelist 
     20&namusr_def    !   ICEDYN user defined namelist 
    2121!----------------------------------------------------------------------- 
    2222   rn_dx       =    1000.   ! horizontal resolution in meters 
     
    2828!----------------------------------------------------------------------- 
    2929   nn_no       =       0      !  job number (no more used...) 
    30    cn_exp      =  "SASBIPER"  !  experience name 
     30   cn_exp      =  "ICEDYN"    !  experience name 
    3131   nn_it000    =       1      !  first time step 
    3232   nn_itend    =    1500      !  last  time step (std 5475) 
     
    4747   ln_read_cfg = .false.    !  (=T) read the domain configuration file 
    4848      !                     !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules 
    49       cn_domcfg = "SASBIPER_domcfg"    ! domain configuration filename 
     49      cn_domcfg = "ICEDYN_domcfg"    ! domain configuration filename 
    5050/ 
    5151!!====================================================================== 
  • NEMO/trunk/tests/ICEDYN/EXPREF/README

    r9019 r9789  
    1919              ==> remove key_agrif in cpp keys 
    2020 
    21 b) Same as a) but with an Agrif zoom in the center 1:3, and 3 ghost cells (defined in par_oce.F90) 
     21b) Same as a) but with an Agrif zoom in the center 1:3, and 3 ghost cells 
    2222              ==> add key_agrif in cpp keys 
    2323 
     
    2525How to run 
    2626---------- 
    27 Be careful, the model can only run on 1 processor in the N-S dimension 
    2827 
    2928a) Compile and run the model once to get a mesh_mask.nc file with the following command: 
    30 ../../../makenemo -a TEST_CASES -n SAS_BIPER -m X64_ADA -j 4 
     29../../../makenemo -a TEST_CASES -n ICEDYN -m X64_ADA -j 4 
    3130poe ./opa -procs 1 
    3231 
     
    3534 
    3635c) Run the model a second time 
    37 poe ./opa -procs 1 
     36poe ./opa -procs 4 
    3837 
    3938--------------- 
  • NEMO/trunk/tests/ICEDYN/EXPREF/namelist_cfg

    r9763 r9789  
    22!! NEMO/OPA  Configuration namelist : overwrite default values defined in SHARED/namelist_ref 
    33!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    4 !!                    SAS BIPERIODIC configuration                    !! 
     4!!               ICEDYN (SAS BIPERIODIC) configuration                !! 
    55!!====================================================================== 
    66!!              ***  Domain & Run management namelists  ***           !! 
     
    1818! 
    1919!----------------------------------------------------------------------- 
    20 &namusr_def    !   SAS_BIPER user defined namelist 
     20&namusr_def    !   ICEDYN user defined namelist 
    2121!----------------------------------------------------------------------- 
    2222   rn_dx       =    3000.   ! horizontal resolution in meters 
     
    2828!----------------------------------------------------------------------- 
    2929   nn_no       =       0      !  job number (no more used...) 
    30    cn_exp      =  "SASBIPER"  !  experience name 
     30   cn_exp      =  "ICEDYN"    !  experience name 
    3131   nn_it000    =       1      !  first time step 
    3232   nn_itend    =     500      !  last  time step (std 5475) 
     
    4747   ln_read_cfg = .false.    !  (=T) read the domain configuration file 
    4848      !                     !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules 
    49       cn_domcfg = "SASBIPER_domcfg"    ! domain configuration filename 
     49      cn_domcfg = "ICEDYN_domcfg"    ! domain configuration filename 
    5050/ 
    5151!!====================================================================== 
Note: See TracChangeset for help on using the changeset viewer.