Ignore:
Timestamp:
Feb 28, 2022, 6:46:07 PM (3 years ago)
Author:
abierjon
Message:

Mars GCM:
Big changes on mountain top dust flows for GCM6:

  • the scheme now activates only in grid meshes that contain a mountain among a hard-written list, instead of every meshes. This is done to prevent strong artificial reinjections of dust in places that don't present huge converging slopes enabling the concentration of dust (ex: Valles Marineris, Hellas). Topdust is now also detrained as soon as it leaves the column it originated from.
  • the list of the 19 allowed mountains is used by the subroutine topmons_setup in module topmons_mod, to compute a logical array contains_mons(ngrid). alpha_hmons and hsummit are also set up once and for all by this subroutine, which is called in physiq_mod's firstcall.
  • contains_mons, alpha_hmons and hsummit are now saved variables of the module surfdat_h, and are called as such and not as arguments in the subroutines using them.
  • the logical flag "slpwind" and the comments in the code have also been updated to the new terminology "mountain top dust flows", accordingly to ticket #71. The new flag read in callphys.def is "topflows".

AB

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/README

    r2627 r2628  
    35563556Also cleaned up and commented comsaison_h in the process.
    35573557
    3558 == 04/01/2021 == CM
     3558== 04/01/2022 == CM
    35593559- Clean co2condens_mod.F
    35603560- remove dqsurf duplication after call co2condens
    35613561
    3562 == 04/01/2021 == AB
     3562== 04/01/2022 == AB
    35633563Some further cleaning of co2condens following r2599 and r2600 that fixed the bug appearing when the scavenging by CO2 ice was activated.
    35643564
    3565 == 04/01/2021 == CM
     3565== 04/01/2022 == CM
    35663566following r2600, remove use co2condens_mod4micro in physiq_mod.F
    35673567
     
    36083608Open_MP :Small OpenMP fixes in conf_phys for reading radia.def with ifort
    36093609
     3610== 28/02/2022 == AB
     3611Big changes on mountain top dust flows for GCM6:
     3612- the scheme now activates only in grid meshes that contain a mountain among
     3613  a hard-written list, instead of every meshes. This is done to prevent strong
     3614  artificial reinjections of dust in places that don't present huge converging
     3615  slopes that concentrate dust (ex: Valles Marineris, Hellas).
     3616  Topdust is now also detrained as soon as it leaves the column it originated from.
     3617- the list of the 19 allowed mountains is used by the subroutine topmons_setup
     3618  in module topmons_mod, to compute a logical array contains_mons(ngrid).
     3619  alpha_hmons and hsummit are also set up once and for all by this subroutine,
     3620  which is called in physiq_mod's firstcall.
     3621- contains_mons, alpha_hmons and hsummit are now saved variables of the module
     3622  surfdat_h, and are called as such and not as arguments in the subroutines
     3623  using them.
     3624- the logical flag "slpwind" and the comments in the code have also been updated
     3625  to the new terminology "mountain top dust flows", accordingly to ticket #71.
     3626  The new flag read in callphys.def is "topflows".
Note: See TracChangeset for help on using the changeset viewer.