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 8962 for branches/2017/dev_CNRS_2017/NEMOGCM/CONFIG/TEST_CASES/SAS_BIPER/EXP00/README – NEMO

Ignore:
Timestamp:
2017-12-08T16:15:25+01:00 (6 years ago)
Author:
clem
Message:

changes to improve test case SASBIPER

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_CNRS_2017/NEMOGCM/CONFIG/TEST_CASES/SAS_BIPER/EXP00/README

    r8900 r8962  
    11------- 
    2 Context 
     2Purpose 
    33------- 
    4 The aim of this demonstration case is to study the advection of a patch of ice in a bi-periodic channel with a slab ocean (i.e. 1 ocean layer which does not interact with sea-ice). 
     4This demonstration case can serve to different purposes: 
    55 
     61) The main one: study of the advection of a patch of ice in a bi-periodic channel with a slab ocean (i.e. 1 ocean layer) 
     7              ==> set ln_icethd=false in namelist_ice_cfg 
     8 
     92) Secondary: study of ice thermodynamics in the same basin 
     10              ==> set ln_icedyn=false in namelist_ice_cfg 
     11              ==> eventually change usrdef_sbc.F90 in MY_SRC to fit your needs 
     12 
     13----------- 
     14Experiments 
     15----------- 
    616Two experiments can be configured: 
     17 
    718a) A simple channel at 3km horizontal resolution (slightly variable => +- 10%) 
     19              ==> remove key_agrif in cpp keys 
     20 
    821b) Same as a) but with an Agrif zoom in the center 1:3, and 3 ghost cells (defined in par_oce.F90) 
     22              ==> add key_agrif in cpp keys 
    923 
    1024---------- 
     
    1327Be careful, the model can only run on 1 processor in the N-S dimension 
    1428 
    15 Compile and run the model once to get a mesh_mask.nc file with the following command (note; remove key_agrif in cpp keys for experiment a): 
     29a) Compile and run the model once to get a mesh_mask.nc file with the following command: 
    1630../../../makenemo -a TEST_CASES -n SAS_BIPER -m X64_ADA -j 4 
    1731poe ./opa -procs 1 
    1832 
    19 Create the initial condition file for sea-ice (initice.nc) by running this python script:  
     33b) Create the initial condition file for sea-ice (initice.nc) by running this python script:  
    2034python ./make_INITICE.py 
    2135 
    22 Run the model a second time 
     36c) Run the model a second time 
    2337poe ./opa -procs 1 
    2438 
     
    2640What to look at 
    2741--------------- 
    28 One can test 
    29  
     42In case of purpose 1, One can test 
     43--- 
    3044a) the advection scheme: Ultimate-Macho (ln_adv_UMx=T) versus Prather (ln_adv_Pra=T) 
    3145   for a square (ice concentration) or a gaussian (ice volume) 
     
    3650b) the advection through an agrif zoom 1:3 
    3751 
     52In case of purpose 2, one can test conservation of properties: 
     53--- 
     54c) ice should not change at all if surface fluxes = 0 and SST = freezing temperature 
     55 
    3856-------------------------------------- 
    3957Interpretation of the results (remarks) 
Note: See TracChangeset for help on using the changeset viewer.