- Timestamp:
- Oct 11, 2023, 1:40:58 PM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/orbit_param_criterion_mod.F90
r3076 r3082 24 24 #endif 25 25 #ifndef CPP_STD 26 use planete_h, only: e_elips, obliquit, lsperi 26 use planete_h, only: e_elips, obliquit, lsperi 27 use comcstfi_h, only: pi 27 28 #else 28 use planete_mod, only: e_elips, obliquit, lsperi 29 use planete_mod, only: e_elips, obliquit, lsperi 30 use comcstfi_mod, only: pi 29 31 #endif 30 32 use time_evol_mod, only: year_bp_ini, var_obl, var_ecc, var_lsp, convert_years 31 use comconst_mod, only: pi32 33 use lask_param_mod, only: yearlask, obllask, ecclask, lsplask, ini_lask_param_mod, last_ilask 33 34
Note: See TracChangeset
for help on using the changeset viewer.