Ignore:
Timestamp:
May 26, 2020, 12:17:13 PM (5 years ago)
Author:
mvals
Message:

Mars GCM:
Follow-up of the last commit for the transport of the isotopic ratio: simplification of the transmission of variables from the dynamics to the
physics:

  • libf/dynphy_lonlat/phymars/: iniphysiq_mod.F90: transmission of the content of 2 variables describing the isotopes instead of 4 (nqperes: number of tracers "peres", nqfils:

number of tracers "fils")

  • libf/phymars/: phys_state_var_init_mod.F90, tracer_mod.F: idem callsedim_mod.F: idem co2condens_mod.F: idem
  • libf/phymars/dyn1d: testphys1d.F: idem (the reading interface for traceur.def has been completed to fill the variables nqperes and nqfils).

MV

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/dynphy_lonlat/phymars/iniphysiq_mod.F90

    r2322 r2332  
    1212use infotrac, only : nqtot, & ! number of advected tracers
    1313                     tname, & ! tracer names
    14                      nqdesc,iqfils,nqperes,nqfils! MVals: variables isotopes
     14                     nqperes,nqfils! MVals: variables isotopes
    1515use comgeomfi_h, only: ini_fillgeom
    1616use temps_mod, only: day_ini, hour_ini
     
    7373                         day_ini,hour_ini,punjours,ptimestep, &
    7474                         prad,pg,pr,pcpp, &
    75                          nqdesc,iqfils,nqperes,nqfils) ! MVals: variables isotopes
     75                         nqperes,nqfils) ! MVals: variables isotopes
    7676call ini_fillgeom(klon_omp,latitude,longitude,cell_area)
    7777! work is needed to put what is in comgeomfi_h in geometry_mod?
Note: See TracChangeset for help on using the changeset viewer.