Changeset 2616 for trunk/LMDZ.MARS/libf/phymars/watercloud_mod.F
- Timestamp:
- Jan 18, 2022, 4:28:31 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/watercloud_mod.F
r2578 r2616 97 97 REAL,SAVE :: microtimestep_prev=-999 98 98 99 !$OMP THREADPRIVATE(imicro,microtimestep) 100 !$OMP THREADPRIVATE(microtimestep_prev) 99 101 ! tendency given by clouds (inside the micro loop) 100 102 REAL subpdqcloud(ngrid,nlay,nq) ! cf. pdqcloud … … 111 113 INTEGER iq,ig,l 112 114 LOGICAL,SAVE :: firstcall=.true. 115 116 !$OMP THREADPRIVATE(firstcall) 113 117 114 118 ! Representation of sub-grid water ice clouds A. Pottier 2013 … … 128 132 REAL :: mincloud ! min cloud frac 129 133 LOGICAL, save :: flagcloud=.true. 134 135 !$OMP THREADPRIVATE(flagcloud) 130 136 131 137 c ** un petit test de coherence
Note: See TracChangeset
for help on using the changeset viewer.