Changeset 3726 for trunk/LMDZ.MARS/libf/phymars/nlthermeq.F
- Timestamp:
- Apr 17, 2025, 9:45:14 AM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/nlthermeq.F
r3016 r3726 16 16 use yomlw_h, only: nlaylte 17 17 use nlteparams_h, only: ptrans, pminte, zw 18 use callkeys_mod, only: callnlte 18 19 implicit none 19 include "callkeys.h"20 20 21 21 c … … 26 26 c 27 27 c Local: 28 integer i gpmax, ismax29 logical firstcall30 28 integer ismax 29 integer,save :: igpmax 30 logical,save :: firstcall = .true. 31 31 !$OMP THREADPRIVATE(firstcall,igpmax) 32 32 33 data firstcall /.true./34 save firstcall, igpmax35 33 c 36 34 if(firstcall) then
Note: See TracChangeset
for help on using the changeset viewer.