Changeset 5192 for LMDZ6/branches/Amaury_dev
- Timestamp:
- Sep 16, 2024, 2:27:18 PM (2 months ago)
- 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 18 18 USE lmdz_cppkeys_wrapper, ONLY: CPPKEY_DEBUGIO 19 19 USE lmdz_strings, ONLY: int2str 20 USE lmdz_description, ONLY: descript21 20 USE lmdz_libmath, ONLY: minmax 22 21 USE lmdz_iniprint, ONLY: lunout, prt_level -
LMDZ6/branches/Amaury_dev/libf/dyn3d/lmdz_dynetat0.f90
r5182 r5192 24 24 USE ener_mod, ONLY: etot0, ptot0, ztot0, stot0, ang0 25 25 USE lmdz_cppkeys_wrapper, ONLY: CPPKEY_INCA, CPPKEY_REPROBUS 26 USE lmdz_description, ONLY: descript27 26 USE lmdz_iniprint, ONLY: lunout, prt_level 28 27 USE lmdz_comgeom2 -
LMDZ6/branches/Amaury_dev/libf/dyn3d/lmdz_dynredem.f90
r5186 r5192 25 25 USE temps_mod, ONLY: annee_ref, day_ref, itau_dyn, itaufin, start_time 26 26 USE ener_mod, ONLY: etot0, ptot0, ztot0, stot0, ang0 27 USE lmdz_description, ONLY: descript28 27 USE lmdz_iniprint, ONLY: lunout, prt_level 29 28 USE lmdz_comgeom2 … … 174 173 err, modname, fil, msg 175 174 USE temps_mod, ONLY: itau_dyn, itaufin 176 USE lmdz_description, ONLY: descript177 175 USE lmdz_iniprint, ONLY: lunout, prt_level 178 176 USE lmdz_comgeom -
LMDZ6/branches/Amaury_dev/libf/dyn3d/lmdz_leapfrog.f90
r5186 r5192 27 27 USE lmdz_strings, ONLY: msg 28 28 USE lmdz_cppkeys_wrapper, ONLY: CPPKEY_PHYS 29 USE lmdz_description, ONLY: descript30 29 USE lmdz_iniprint, ONLY: lunout, prt_level 31 30 USE lmdz_ssum_scopy, ONLY: scopy, ssum -
LMDZ6/branches/Amaury_dev/libf/dyn3d_common/lmdz_writedynav.f90
r5186 r5192 12 12 USE comconst_mod, ONLY: cpp 13 13 USE temps_mod, ONLY: itau_dyn 14 USE lmdz_description, ONLY: descript15 14 USE lmdz_iniprint, ONLY: lunout, prt_level 16 15 USE lmdz_comgeom -
LMDZ6/branches/Amaury_dev/libf/dyn3d_common/lmdz_writehist.f90
r5186 r5192 11 11 USE com_io_dyn_mod, ONLY: histid, histvid, histuid 12 12 USE temps_mod, ONLY: itau_dyn 13 USE lmdz_description, ONLY: descript14 13 USE lmdz_iniprint, ONLY: lunout, prt_level 15 14 USE lmdz_comgeom -
LMDZ6/branches/Amaury_dev/libf/misc/lmdz_xer.f90
r5159 r5192 1 1 ! 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 🤢5 2 6 3 MODULE lmdz_xer -
LMDZ6/branches/Amaury_dev/makelmdz_fcm
r5159 r5192 445 445 446 446 if [[ $io = "ioipsl" ]]; then 447 CPP_KEY="$CPP_KEY"448 447 INCLUDE="$INCLUDE ${IOIPSL_INCDIR}" 449 448 LIB="$LIB ${IOIPSL_LIBDIR} ${IOIPSL_LIB}" … … 525 524 ######################################################################## 526 525 if [[ $dimc = 1 ]]; then 526 ## no filtre in 1d: 527 FILTRE_PATH="$LMDGCM/.void_dir" 527 528 ## no need to compile all routines in dyn3d_common either: 528 529 DYN_COMMON_PATH="$LMDGCM/.void_dir"
Note: See TracChangeset
for help on using the changeset viewer.