Changes between Version 20 and Version 21 of WorkingGroups/TestCases/ImplementationStrategyAndTemplate/EquatorialBox
- Timestamp:
- 2015-06-18T13:51:30+02:00 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WorkingGroups/TestCases/ImplementationStrategyAndTemplate/EquatorialBox
v20 v21 11 11 illustrate equatorial circulation, and to illustrate what appens when we remove Coriolis force, stratification, ... 12 12 13 == Structure: == 14 15 13 16 The structure of this test case is done like in CONFIGURATION directory: 14 17 15 18 For this test case we created a directory TEST_EQ_BOX01 in which we give: 16 19 17 20 * namelist_cfg 18 21 * iodef.xml 19 22 * cpp keys 20 23 24 We give ( in CREATE_FILES directory ) '''python scripts''' to create these files: 21 25 22 23 We give ( in CREATE_FILES directory ) '''python scripts''' to create these files: 24 25 * coordinates.nc 26 * bathy_r025.nc 27 * TScst_init_r025.nc 26 * coordinates.nc 27 * bathy_r025.nc 28 * TScst_init_r025.nc 28 29 * flx_r025.nc 29 30 31 30 32 31 NEMO code read input files, all is setted in namelist and iodef.xml files, and we give ferret scripts to produce plots. 33 32 34 == == 35 == == 36 == This test case wants to show: == 37 == == 33 38 34 == Outils: == 39 in [https://forge.ipsl.jussieu.fr/nemo/browser/branches/2015/dev_r5102_CNRS11_TestCase/NEMOGCM/TOOLS/TEST_CASES https://forge.ipsl.jussieu.fr/nemo/browser/branches/2015/dev_r5102_CNRS11_TestCase/NEMOGCM/TOOLS/TEST_CASES] 40 41 There are these directories: 35 In [https://forge.ipsl.jussieu.fr/nemo/browser/branches/2015/dev_r5102_CNRS11_TestCase/NEMOGCM/TOOLS/TEST_CASES https://forge.ipsl.jussieu.fr/nemo/browser/branches/2015/dev_r5102_CNRS11_TestCase/NEMOGCM/TOOLS/TEST_CASES] directory, there are directories: 42 36 43 37 === CREATE_FILES: === … … 49 43 In this directory there are FERRET scripts to create plots of : 50 44 51 vertical slides of velocities (between à and 1000 meters) over all bassin (0° - 180°), average between 1°S and 1°N. vertical slides of temperature (between à and 1000 meters) over all bassin (0° - 180°), average between 1°S and 1°N. 45 vertical slides of velocities (between à and 1000 meters) over all bassin (0° - 180°), average between 1°S and 1°N. [[BR]] 46 vertical slides of temperature (between à and 1000 meters) over all bassin (0° - 180°), average between 1°S and 1°N. [[BR]] 52 47 53 And a list of directories with 48 And a list of directories with 54 49 55 === === TEST_EQ_BOX01_noCoriolis === 56 === 50 === TEST_EQ_BOX01_noCoriolis === 57 51 === TEST_EQ_BOX01_cst === 58 === === TEST_EQ_BOX01 === 59 === 52 === TEST_EQ_BOX01 === 60 53 === TEST_EQ_BOX01_tprof === 61 54 === TEST_EQ_BOX01_kelvin === 62 55 there are some examples to create a test case of this type : 63 56 64 Equatorial BOX, grid of ''' 0.25'''° resolution, between latitude: -30°,30°, and longitude 0°,180°,57 Equatorial BOX, grid of ''' 0.25''' ° resolution, between latitude: -30°,30°, and longitude 0°,180°, 65 58 66 59 with zps coordinates, … … 68 61 with ubs schema on dynamics and on tracers, with constant TS initial state, with flux only wind (u composant), with flat bathymetry. 69 62 70 = = If you want to create a test case what you have to do? ==63 = If you want to create a test case what you have to do? = 71 64 1. go into (branches/2015/dev_r5102_CNRS11_TestCase/)NEMOGCM/TOOLS/TEST_CASES/CREATE_FILES 72 65 1. read README file … … 80 73 '''NOTA BENE''': if you change resolution (in python scripts) you need to change also in namelist_cfg: 81 74 82 ''' jpidta, jpjdta and jpkdta''' ''' jpiglo and jpjglo''' ''''' ''''' ' 75 ''' jpidta, jpjdta and jpkdta''' ''' jpiglo and jpjglo''' ''''' ''''' ' 76 83 77 78 = Liste of experiences = 84 79 = = 85 80 = Example 1: Equatorial box without Coriolis =