Changeset 2661


Ignore:
Timestamp:
Apr 8, 2022, 10:50:48 AM (3 years ago)
Author:
emillour
Message:

Mars GCM:
Follow-up to removal of nuice_ref default value in initracer.
Put nuice_ref=01 as default value in conf_phys to maintain default behaviour.
EM

Location:
trunk/LMDZ.MARS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/README

    r2660 r2661  
    36943694                   otherwise we have not 1 day(1proc) = 1 day (24procs) test
    36953695updatereffrad_mod.F : deals with co2useh2o flag before riceco2 computation
     3696
     3697== 08/04/2022 == EM
     3698Follow-up to removal of nuice_ref default value in initracer.
     3699Put nuice_ref=01 as default value in conf_phys to maintain default behaviour.
     3700
  • trunk/LMDZ.MARS/libf/phymars/conf_phys.F

    r2643 r2661  
    708708
    709709        write(*,*) "REF effective variance for water clouds ?"
    710         nuice_ref=0.45
     710        nuice_ref=0.1
    711711        call getin_p("nuice_ref",nuice_ref)
    712         write(*,*) "CO2 nueff Sedimentation:", nuice_ref
     712        write(*,*) "H2O nueff Sedimentation:", nuice_ref
    713713
    714714
Note: See TracChangeset for help on using the changeset viewer.