Ignore:
Timestamp:
Sep 16, 2024, 2:27:18 PM (4 months ago)
Author:
abarral
Message:

Remove obsolete lmdz_description.f90
Remove unused exner_hyb_m.F90 in 1D
Re-remove filtre from source in 1D makelmdz_fcm

Location:
LMDZ6/branches/Amaury_dev/libf/dyn3d
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/dyn3d/lmdz_advtrac.f90

    r5186 r5192  
    1818    USE lmdz_cppkeys_wrapper, ONLY: CPPKEY_DEBUGIO
    1919    USE lmdz_strings, ONLY: int2str
    20     USE lmdz_description, ONLY: descript
    2120    USE lmdz_libmath, ONLY: minmax
    2221    USE lmdz_iniprint, ONLY: lunout, prt_level
  • LMDZ6/branches/Amaury_dev/libf/dyn3d/lmdz_dynetat0.f90

    r5182 r5192  
    2424    USE ener_mod, ONLY: etot0, ptot0, ztot0, stot0, ang0
    2525    USE lmdz_cppkeys_wrapper, ONLY: CPPKEY_INCA, CPPKEY_REPROBUS
    26     USE lmdz_description, ONLY: descript
    2726    USE lmdz_iniprint, ONLY: lunout, prt_level
    2827    USE lmdz_comgeom2
  • LMDZ6/branches/Amaury_dev/libf/dyn3d/lmdz_dynredem.f90

    r5186 r5192  
    2525    USE temps_mod, ONLY: annee_ref, day_ref, itau_dyn, itaufin, start_time
    2626    USE ener_mod, ONLY: etot0, ptot0, ztot0, stot0, ang0
    27     USE lmdz_description, ONLY: descript
    2827    USE lmdz_iniprint, ONLY: lunout, prt_level
    2928    USE lmdz_comgeom2
     
    174173            err, modname, fil, msg
    175174    USE temps_mod, ONLY: itau_dyn, itaufin
    176     USE lmdz_description, ONLY: descript
    177175    USE lmdz_iniprint, ONLY: lunout, prt_level
    178176    USE lmdz_comgeom
  • LMDZ6/branches/Amaury_dev/libf/dyn3d/lmdz_leapfrog.f90

    r5186 r5192  
    2727    USE lmdz_strings, ONLY: msg
    2828    USE lmdz_cppkeys_wrapper, ONLY: CPPKEY_PHYS
    29     USE lmdz_description, ONLY: descript
    3029    USE lmdz_iniprint, ONLY: lunout, prt_level
    3130    USE lmdz_ssum_scopy, ONLY: scopy, ssum
Note: See TracChangeset for help on using the changeset viewer.