Ignore:
Timestamp:
Sep 16, 2024, 2:27:18 PM (5 days 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
Files:
2 deleted
8 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
  • LMDZ6/branches/Amaury_dev/libf/dyn3d_common/lmdz_writedynav.f90

    r5186 r5192  
    1212    USE comconst_mod, ONLY: cpp
    1313    USE temps_mod, ONLY: itau_dyn
    14     USE lmdz_description, ONLY: descript
    1514    USE lmdz_iniprint, ONLY: lunout, prt_level
    1615    USE lmdz_comgeom
  • LMDZ6/branches/Amaury_dev/libf/dyn3d_common/lmdz_writehist.f90

    r5186 r5192  
    1111    USE com_io_dyn_mod, ONLY: histid, histvid, histuid
    1212    USE temps_mod, ONLY: itau_dyn
    13     USE lmdz_description, ONLY: descript
    1413    USE lmdz_iniprint, ONLY: lunout, prt_level
    1514    USE lmdz_comgeom
  • LMDZ6/branches/Amaury_dev/libf/misc/lmdz_xer.f90

    r5159 r5192  
    11! Contains "legacy" xer* functions required by some other very old external code
    2 
    3 ! Amaury (07/24) WTF ??? We have 1000+ lines of code JUST to allow calling xermsg to print some error message !!??
    4 ! Get rid of this 🤢
    52
    63MODULE lmdz_xer
  • LMDZ6/branches/Amaury_dev/makelmdz_fcm

    r5159 r5192  
    445445
    446446  if [[ $io = "ioipsl" ]]; then
    447      CPP_KEY="$CPP_KEY"
    448447     INCLUDE="$INCLUDE ${IOIPSL_INCDIR}"
    449448     LIB="$LIB ${IOIPSL_LIBDIR} ${IOIPSL_LIB}"
     
    525524  ########################################################################
    526525  if [[ $dimc = 1 ]]; then
     526    ## no filtre in 1d:
     527    FILTRE_PATH="$LMDGCM/.void_dir"
    527528    ## no need to compile all routines in dyn3d_common either:
    528529    DYN_COMMON_PATH="$LMDGCM/.void_dir"
Note: See TracChangeset for help on using the changeset viewer.