Changeset 3618
- Timestamp:
- Feb 11, 2025, 2:44:50 PM (6 months ago)
- Location:
- trunk/LMDZ.COMMON/libf/evolution
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/changelog.txt
r3616 r3618 588 588 - Improvement of the loops to update surface temperature in case of CO2 ice is disappearing. 589 589 - Improvement of messages printed on the terminal. 590 591 == 11/02/2025 == JBC 592 Correction for a problem concerning an imported variable whether in 1D or 3D. -
trunk/LMDZ.COMMON/libf/evolution/pem.F90
r3616 r3618 84 84 use mod_phys_lmdz_para, only: is_parallel, is_sequential, is_mpi_root, is_omp_root, is_master 85 85 use planete_h, only: aphelie, periheli, year_day, peri_day, obliquit, iniorbit 86 use comcstfi_h, only: mugaz, r87 86 use surfini_mod, only: surfini 88 87 use comconst_mod, only: pi, rad, g, cpp, kappa 88 use comcstfi_h, only: mugaz 89 89 #else 90 90 use tracer_h, only: noms, igcm_h2o_ice, igcm_co2 ! Tracer names … … 98 98 99 99 #ifndef CPP_1D 100 use comconst_mod, only: r 100 101 use iniphysiq_mod, only: iniphysiq 101 102 use control_mod, only: iphysiq, day_step, nsplit_phys 102 103 #else 104 use comcstfi_h, only: r 103 105 use time_phylmdz_mod, only: iphysiq, steps_per_sol 104 106 use regular_lonlat_mod, only: init_regular_lonlat
Note: See TracChangeset
for help on using the changeset viewer.