Ignore:
Timestamp:
Sep 25, 2019, 10:05:39 AM (6 years ago)
Author:
emillour
Message:

Mars GCM:
Add the possibility to super-cycle chemistry computations. Chemistry will
be computed every "ichemistry" physics step (but chemistry tendencies are
added every physics step). Default is ichemistry=1.
AB+EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/aeronomars/calchim_mod.F90

    r2162 r2164  
    33  IMPLICIT NONE
    44
     5  INTEGER, SAVE :: ichemistry ! compute chemistry every ichemistry physics step
    56  REAL,SAVE,ALLOCATABLE :: zdqchim(:,:,:) ! Tendancy on pq due to photochemistry
    67  REAL,SAVE,ALLOCATABLE :: zdqschim(:,:) ! Tendancy on qsurf due to photochemistry
Note: See TracChangeset for help on using the changeset viewer.