Changeset 3063 for trunk/LMDZ.MARS/changelog.txt
- Timestamp:
- Sep 28, 2023, 3:57:08 PM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/changelog.txt
r3062 r3063 4158 4158 - atm_wat_tau >= 0. -> relaxation towards the value "atm_wat_profile" with relaxation time "atm_wat_tau". 4159 4159 4160 == 1/08/2023 == JBC4161 Rework and correction of computation of the maximum number of iterations for PEM according to orbital parameters.4162 Complete rewriting (much simpler) of script "run_pem1d_1" in deftank/pem/ to launch chained simulations of 1D PCM/PEM. To be adapted to 3D in the future.4163 Addition of a bash script "modify_startfi.sh" to modify orbital parameters in "startfi.nc". It is needed to initialize the PCM/PEM simulation with right orbital parameters according to the year in Laskar data.4164 4165 4160 == 07/08/2023 == EM 4166 4161 Fixed a bug in newstart call to lect_start_archive; missing perenial_co2ice … … 4168 4163 4169 4164 == 09/08/2023 == JBC 4170 Small fixes to be able to run the Mars PCM 1D without "water" + Improvements/addition of scripts in deftank/pem to run the PEM 1D model according to Laskar orbital parameters.4165 Small fixes to be able to run the Mars PCM 1D without "water". 4171 4166 4172 4167 == 14/08/2023 == JBC 4173 4168 Related to commit r3026: improvement of error message in initracer.F (now it gives correctly the only identified tracers) + one small correction to run PCM 1D without water. 4174 Big cleaning of main program pem.F90 (indentation, declarations, comments, simplification of conditions/loops, etc).4175 4169 4176 4170 == 8/09/2023 == JBC 4177 Mars PCM:4178 4171 In testphys1D.F, "dtphys" was renamed into a local variable "dttestphys" because "dtphys" is also a variable of time_phylmdz_mod.F90. Thus, it could have been modified by the physics through the module (for ex. by tabfi.F when reading startfi.nc) and affect the dynamics which is prohibited. 4179 4172 Some code cleaning in regards of tests in 1D. 4180 Mars PEM:4181 * New version of scripts (launch_pem.sh and exeGCM.sh) to launch the chained simulation of GCM and PEM runs. It should be simpler and clearer for users;4182 * Update of README accordingly;4183 * ob_ex_lsp.asc is now in Earth years like original Laskar's data + rename obl_ecc_lsp.asc;4184 * Some improvements for the script modify_startfi_orbit.sh;4185 * Some changes in run_PEM.def and xml files.4186 4187 == 11/09/2023 == JBC4188 * New management of time in PEM. While definitions in "run.def"/"launching script" and Laskar's data are in Earth years, the PEM works in Martian years. It follows several changes and the new variable 'convert_years' to make the conversion;4189 * New parameter for the years to be simulated. The user does not ask anymore for a number of PEM iterations to do but for a number of Earth years to simulate. The GCM years are now counted! To do so, a temporary file "tmp_PEMyears.txt" gives few basic information between the runs;4190 * New values for the maximal admissible change of orbital parameters. They are now coherent and allows the PEM to run for ~1000 Martian years;4191 * Laskar's data interpolation has been cleaned further;4192 * Some cleaning and renaming of PEM subroutines in the course of the previous modifications.4193 4173 4194 4174 == 12/09/2023 == JBC 4195 4175 The variable 'timeperi' (defined in "planete_h.F90" and computed in "iniorbit.F") is renamed into 'lsperi' and thus slightly changed to be coherent to the solar longitude of perihelion in radian. It can now be used out of the box by other subroutines/programs like the PEM. 4196 4176 4197 == 13/09/2023 == JBC4198 The date and time are redefined at the end of PEM to write the file "restarfi_evol.nc". Like so, the next GCM runs can restart at the date and time given at the beginning of the simulation since the PEM is only progressing by step of one Martian year.4199 4200 4177 == 21/09/2023 == JBC 4201 Mars PCM 1D:4202 4178 Addition of the pressure profile to be able to run chained simulations in 1D. Like this, the surface pressure can be got from one run to the next. 4203 4179 Rework of "write_profile.F90" + correction of arguments in its call in "testphys1d.F": 'qsurf' was wrongly given! 4204 Mars PEM:4205 Improvements of scripts to launch the chained simulations of GCM and PEM runs.4206 Correction of a case where maximum admissible change of orbital parameters could not be found, in particular for Lsp because of modulo + some improvements.4207 4180 4208 4181 == 26/09/2023 == JBC 4209 Mars PEM:4210 Minor changes concerning the form of the code in the PEM.4211 Mars PCM 1D:4212 4182 Addition of the file "start1D.txt" which mimics a "start.nc" file to be able to run chained simulations in 1D. Like this, key variables and profiles can be got from one run to the next. As a consequence, the subroutine "write_profile.F90" is replaced by "writerestart1D.F90". 4213 4183 … … 4234 4204 == 28/09/2023 == JBC 4235 4205 Related to commit r3056, correction of bugs and some adaptations of the subroutine 'init_testphys1d'. 4236 4237 4206 4238 4207 == 28/09/2023 == JN
Note: See TracChangeset
for help on using the changeset viewer.