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/dynphy_lonlat/phylmd/etat0dyn_netcdf.F90

    r5128 r5134  
    4141  USE lmdz_strings, ONLY: strLower
    4242  USE lmdz_iniprint, ONLY: lunout, prt_level
     43  USE lmdz_comdissnew, ONLY: lstardis, nitergdiv, nitergrot, niterh, tetagdiv, &
     44          tetagrot, tetatemp, coefdis, vert_prof_dissip
    4345
    4446  IMPLICIT NONE
     
    4749  PUBLIC :: etat0dyn_netcdf
    4850
    49   include "dimensions.h"
    50   include "paramet.h"
    51   include "comgeom2.h"
    52   include "comdissnew.h"
     51  INCLUDE "dimensions.h"
     52  INCLUDE "paramet.h"
     53  INCLUDE "comgeom2.h"
    5354  REAL, SAVE :: deg2rad
    5455  INTEGER, SAVE :: iml_dyn, jml_dyn, llm_dyn, ttm_dyn, fid_dyn
Note: See TracChangeset for help on using the changeset viewer.