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

source: branches/2017/dev_CNRS_2017/NEMOGCM/CONFIG/TEST_CASES/SAS_BIPER/EXP00/README @ 8900

Last change on this file since 8900 was 8900, checked in by clem, 6 years ago

add a README file for SAS_BIPER test case

File size: 1.7 KB
Line 
1-------
2Context
3-------
4The 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).
5
6Two experiments can be configured:
7a) A simple channel at 3km horizontal resolution (slightly variable => +- 10%)
8b) Same as a) but with an Agrif zoom in the center 1:3, and 3 ghost cells (defined in par_oce.F90)
9
10----------
11How to run
12----------
13Be careful, the model can only run on 1 processor in the N-S dimension
14
15Compile 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):
16../../../makenemo -a TEST_CASES -n SAS_BIPER -m X64_ADA -j 4
17poe ./opa -procs 1
18
19Create the initial condition file for sea-ice (initice.nc) by running this python script:
20python ./make_INITICE.py
21
22Run the model a second time
23poe ./opa -procs 1
24
25---------------
26What to look at
27---------------
28One can test
29
30a) the advection scheme: Ultimate-Macho (ln_adv_UMx=T) versus Prather (ln_adv_Pra=T)
31   for a square (ice concentration) or a gaussian (ice volume)
32      with either a constant velocity (ln_dynADV=T)
33               or a constant ice-atm. stress, thus velocity is calculated by rheology (ln_dynRHGADV=T)
34      with 1 or 5 ice categories (jpl=1 or 5)
35
36b) the advection through an agrif zoom 1:3
37
38--------------------------------------
39Interpretation of the results (remarks)
40--------------------------------------
41- Prather conserves the max values but also creates side lobes
42- UM does not conserve the max but does not create side lobes
43- The "unmoving" ice (if any) is due to ice rheology which states that ice mass below a certain thresold (1kg/m2) is considered to move at the ocean velocity (thus 0 m/s)
Note: See TracBrowser for help on using the repository browser.