Ignore:
Timestamp:
Nov 21, 2023, 8:25:02 AM (12 months ago)
Author:
emillour
Message:

Mars PCM:
Bug fix in phyetat0, igcm_co2_tmp was not initialed when paleoclimate==.false.
but used nonetheless. Added an if(paleoclimate) around computation of
perennial_co2ice() as it should only be computed in that context; also added
an if(paleoclimate) around writting perennial_co2ice() to restartfi.nc in
physdem1 for the same reason.
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/changelog.txt

    r3129 r3132  
    43494349Correction of a bug related to r3126: 'choice_ads' did not have a default value which made the model crash. 'choice_ads = 0' is the default value (no adsorption).
    43504350Cleaning of the 1D initialization: any reference of the PEM has been removed from "init_testphys1D_mod.F90". This way is much cleaner even though it needs more code.
     4351
     4352== 21/11/2023 == EM
     4353Bug fix in phyetat0, igcm_co2_tmp was not initialed when paleoclimate==.false.
     4354but used nonetheless. Added an if(paleoclimate) around computation of
     4355perennial_co2ice() as it should only be computed in that context; also added
     4356an if(paleoclimate) around writting perennial_co2ice() to restartfi.nc in
     4357physdem1 for the same reason.
Note: See TracChangeset for help on using the changeset viewer.