Changeset 3156 for trunk/LMDZ.MARS/libf
- Timestamp:
- Dec 12, 2023, 9:17:28 AM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/aeronomars/thermosphere.F
r3015 r3156 45 45 46 46 INTEGER :: l,ig 47 logical,save :: firstcall=.true.48 49 !$OMP THREADPRIVATE(firstcall)50 51 if (firstcall) then52 rnew(1:ngrid,1:nlayer)=r53 cpnew(1:ngrid,1:nlayer)=cpp54 firstcall= .false.55 endif56 47 57 48 ! initialize tendencies to zero in all cases
Note: See TracChangeset
for help on using the changeset viewer.