Changeset 2410 for trunk


Ignore:
Timestamp:
Sep 22, 2020, 3:33:04 PM (4 years ago)
Author:
emillour
Message:

Mars GCM:
Follow-up of previous commit (adaptations for 1D and other main programs).
EM

Location:
trunk/LMDZ.MARS/libf
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/dynphy_lonlat/phymars/newstart.F

    r2378 r2410  
    3636      use phyredem, only: physdem0, physdem1
    3737      use iostart, only: open_startphy
    38       use dimradmars_mod, only: tauscaling, albedo
     38      use dimradmars_mod, only: albedo
     39      use dust_param_mod, only: tauscaling
    3940      use turb_mod, only: q2, wstar
    4041      use co2cloud_mod, only: mem_Mccn_co2, mem_Mh2o_co2,
  • trunk/LMDZ.MARS/libf/phymars/dyn1d/testphys1d.F

    r2355 r2410  
    2020      use time_phylmdz_mod, only: daysec, dtphys, day_step,
    2121     &                            ecritphy, iphysiq
    22       use dimradmars_mod, only: tauscaling,tauvis,totcloudfrac
     22      use dimradmars_mod, only: tauvis,totcloudfrac
     23      use dust_param_mod, only: tauscaling
    2324      use co2cloud_mod, only: mem_Mccn_co2, mem_Mh2o_co2,
    2425     &                        mem_Nccn_co2
Note: See TracChangeset for help on using the changeset viewer.