Ignore:
Timestamp:
Jul 24, 2024, 1:27:51 PM (8 weeks ago)
Author:
abarral
Message:

Rename modules in misc from *_mod > lmdz_*
Turn description.h into lmdz_description.f90

File:
1 edited

Legend:

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

    r5103 r5114  
    1818  USE temps_mod, ONLY: annee_ref, day_ref, itau_dyn, itaufin, start_time
    1919  USE ener_mod, ONLY: etot0,ptot0,ztot0,stot0,ang0
     20  USE lmdz_description, ONLY: descript
    2021 
    2122  IMPLICIT NONE
     
    2324  include "paramet.h"
    2425  include "comgeom2.h"
    25   include "description.h"
    2626  include "iniprint.h"
    2727!===============================================================================
     
    165165                          err, modname, fil, msg
    166166  USE temps_mod, ONLY: itau_dyn, itaufin
     167  USE lmdz_description, ONLY: descript
    167168 
    168169  IMPLICIT NONE
    169170  include "dimensions.h"
    170171  include "paramet.h"
    171   include "description.h"
    172172  include "comgeom.h"
    173173  include "iniprint.h"
Note: See TracChangeset for help on using the changeset viewer.