Ignore:
Timestamp:
Apr 17, 2025, 9:45:14 AM (2 months ago)
Author:
emillour
Message:

Mars PCM:
Turn "callkeys.h" into module "callkeys_mod.F90"
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/nlthermeq.F

    r3016 r3726  
    1616      use yomlw_h, only: nlaylte
    1717      use nlteparams_h, only: ptrans, pminte, zw
     18      use callkeys_mod, only: callnlte
    1819      implicit none
    19       include "callkeys.h"
    2020
    2121c
     
    2626c
    2727c     Local:
    28       integer igpmax, ismax
    29       logical firstcall
    30 
     28      integer ismax
     29      integer,save :: igpmax
     30      logical,save :: firstcall = .true.
    3131!$OMP THREADPRIVATE(firstcall,igpmax)
    3232
    33       data firstcall /.true./
    34       save firstcall, igpmax
    3533c
    3634      if(firstcall) then
Note: See TracChangeset for help on using the changeset viewer.