Ignore:
Timestamp:
May 13, 2020, 5:14:02 PM (5 years ago)
Author:
mvals
Message:

Mars GCM:
Extent of the transport of the isotopic ratio implemented in the dynamics to all the Van Leer transport schemes used in the physics (for now it only
concerns the tracer HDO).

  • libf/dynphy_lonlat/phymars/: iniphysiq_mod.F90: transmission of the content of variables describing the isotopes defined in the dynamics (precisely by dyn3d_common/infotrac.F90,

which reads traceur.def) to the physics

  • libf/phymars/: phys_state_var_init_mod.F90, tracer_mod.F : initialisation of the variables describing the isotopes in the physics callsedim_mod.F: implementation of the transport of the isotopic ratio in the Van Leer scheme used for sedimentation (applies to hdo ice) co2condens_mod.F: implementation of the transport of the isotopic ratio in the Van Leer scheme used for condensation of CO2 (applies to hdo ice and

vapour)
MV

File:
1 edited

Legend:

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

    r1682 r2322  
    1111
    1212use infotrac, only : nqtot, & ! number of advected tracers
    13                      tname ! tracer names
     13                     tname, & ! tracer names
     14                     nqdesc,iqfils,nqperes,nqfils! MVals: variables isotopes
    1415use comgeomfi_h, only: ini_fillgeom
    1516use temps_mod, only: day_ini, hour_ini
     
    7172call phys_state_var_init(klon_omp,nlayer,nqtot,tname, &
    7273                         day_ini,hour_ini,punjours,ptimestep, &
    73                          prad,pg,pr,pcpp)
     74                         prad,pg,pr,pcpp, &
     75                         nqdesc,iqfils,nqperes,nqfils) ! MVals: variables isotopes
    7476call ini_fillgeom(klon_omp,latitude,longitude,cell_area)
    7577! work is needed to put what is in comgeomfi_h in geometry_mod?
Note: See TracChangeset for help on using the changeset viewer.