Changeset 3209 for trunk/LMDZ.MARS
- Timestamp:
- Feb 9, 2024, 11:29:02 AM (10 months ago)
- Location:
- trunk/LMDZ.MARS
- Files:
-
- 1 added
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/changelog.txt
r3208 r3209 4479 4479 == 08/02/2024 == JBC 4480 4480 Following r3203, initialization cases for subslopes parametrization in 1D have been settled: it can be done with 'nslope' in "run.def" or by using an appropriate "startfi.nc". Addition of error/warning messages for the different situations to be user-friendly. 4481 4482 == 09/02/2024 == JBC 4483 - Addition in the deftank of a bash script "launch_1Dchained.sh" to make chained simulations of 1D PCM runs. 4484 - Move the script "launch_orb_1Dchained.sh" from the PEM deftank to the Mars PCM deftank. -
trunk/LMDZ.MARS/deftank/launch_orb_1Dchained.sh
r3208 r3209 2 2 ################################################################ 3 3 ### Launching script for a chained simulation of 1D PCM runs ### 4 ### following orbital changes ### 4 5 ################################################################ 5 6 … … 21 22 LC_NUMERIC=en_US.UTF-8 22 23 24 25 ################################################################ 23 26 #--------- Modify here the number of years for initialization ---------- 24 27 ## set the number of Earth years before present to start: … … 36 39 ## fill in the name of executable for PCM: 37 40 orb_data="obl_ecc_lsp.asc" 41 ################################################################ 42 38 43 39 44 #------ Check if files/directories necessary for the script exist ------ … … 138 143 # Modify the orbital parameters 139 144 # controle(15) = periheli ! min. Sun-Mars distance (Mkm) ̃206.66 140 # controle(16) = aphelie ! max. S Un-Mars distance (Mkm) ̃249.22145 # controle(16) = aphelie ! max. Sun-Mars distance (Mkm) ̃249.22 141 146 # controle(17) = peri_day ! date of perihelion (sols since N. spring) 142 147 # controle(18) = obliquit ! Obliquity of the planet (deg) ̃23.98
Note: See TracChangeset
for help on using the changeset viewer.