Ignore:
Timestamp:
Jul 26, 2024, 5:56:37 PM (3 months ago)
Author:
abarral
Message:

Replace academic.h, alpale.h, comdissip.h, comdissipn.h, comdissnew.h by modules
Remove unused clesph0.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/dyn3d/gcm.F90

    r5128 r5134  
    2828  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    2929  USE lmdz_iniprint, ONLY: lunout, prt_level
    30 
     30  USE lmdz_comdissnew, ONLY: lstardis, nitergdiv, nitergrot, niterh, tetagdiv, &
     31          tetagrot, tetatemp, coefdis, vert_prof_dissip
    3132
    3233  IMPLICIT NONE
     
    6263  !   -------------
    6364
    64   include "dimensions.h"
    65   include "paramet.h"
    66   include "comdissnew.h"
    67   include "comgeom.h"
    68   include "tracstoke.h"
     65  INCLUDE "dimensions.h"
     66  INCLUDE "paramet.h"
     67  INCLUDE "comgeom.h"
     68  INCLUDE "tracstoke.h"
    6969
    7070  REAL zdtvr
Note: See TracChangeset for help on using the changeset viewer.