Ignore:
Timestamp:
Oct 21, 2024, 5:42:40 PM (11 months ago)
Author:
emillour
Message:

Mars PCM:
More tidying in aeronomars:

  • remove unused "inv.F" and remove "dtridgl.F" which is not used here and is a duplicate of the "dtridgl" routine in phymars/swr_toon.F
  • turn aeronomars routines to modules, for those which aren't in modules yet.

EM

File:
1 edited

Legend:

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

    r3393 r3466  
    2929      use nlthermeq_mod, only: nlthermeq
    3030      use thermosphere_mod, only: thermosphere
     31      use param_read_e107_mod, only: param_read_e107
    3132      use tracer_mod, only: noms, mmol, igcm_co2, igcm_n2, igcm_co2_ice,
    3233     &                      igcm_co, igcm_o, igcm_h2o_vap, igcm_h2o_ice,
     
    6263      use nirdata_mod, only: NIR_leedat
    6364      use nirco2abs_mod, only: nirco2abs
     65      use surfacearea_mod, only: surfacearea
    6466      use slope_mod, only: theta_sl, psi_sl, getslopes, param_slope
    6567      use conc_mod, only: init_r_cp_mu, update_r_cp_mu_ak, rnew,
Note: See TracChangeset for help on using the changeset viewer.