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/phymars/phys_state_var_init_mod.F90

    r2322 r2332  
    66                                     day_ini,hour_ini,pdaysec,ptimestep, &
    77                                     prad,pg,pr,pcpp, &
    8                                      dyn_nqdesc,dyn_iqfils,dyn_nqperes,dyn_nqfils)! MVals: variables isotopes
     8                                     dyn_nqperes,dyn_nqfils)! MVals: variables isotopes
    99
    1010!=======================================================================
     
    7171      INTEGER,INTENT(in) :: dyn_nqperes
    7272      INTEGER,INTENT(in) :: dyn_nqfils(nq)
    73       INTEGER,INTENT(in) :: dyn_nqdesc(nq)
    74       INTEGER,INTENT(in) :: dyn_iqfils(nq,nq)
    7573
    7674      ! set dimension and allocate arrays in tracer_mod
    7775      call end_tracer_mod
    78       call ini_tracer_mod(nq,tname,dyn_nqdesc,dyn_iqfils,dyn_nqperes,dyn_nqfils)! MVals: variables isotopes
     76      call ini_tracer_mod(nq,tname,dyn_nqperes,dyn_nqfils)! MVals: variables isotopes
    7977
    8078
Note: See TracChangeset for help on using the changeset viewer.