Changeset 3618


Ignore:
Timestamp:
Feb 11, 2025, 2:44:50 PM (6 months ago)
Author:
jbclement
Message:

PEM:
Correction for a problem concerning an imported variable whether in 1D or 3D.
JBC

Location:
trunk/LMDZ.COMMON/libf/evolution
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/libf/evolution/changelog.txt

    r3616 r3618  
    588588- Improvement of the loops to update surface temperature in case of CO2 ice is disappearing.
    589589- Improvement of messages printed on the terminal.
     590
     591== 11/02/2025 == JBC
     592Correction for a problem concerning an imported variable whether in 1D or 3D.
  • trunk/LMDZ.COMMON/libf/evolution/pem.F90

    r3616 r3618  
    8484    use mod_phys_lmdz_para, only: is_parallel, is_sequential, is_mpi_root, is_omp_root, is_master
    8585    use planete_h,          only: aphelie, periheli, year_day, peri_day, obliquit, iniorbit
    86     use comcstfi_h,         only: mugaz, r
    8786    use surfini_mod,        only: surfini
    8887    use comconst_mod,       only: pi, rad, g, cpp, kappa
     88    use comcstfi_h,         only: mugaz
    8989#else
    9090    use tracer_h,           only: noms, igcm_h2o_ice, igcm_co2 ! Tracer names
     
    9898
    9999#ifndef CPP_1D
     100    use comconst_mod,             only: r
    100101    use iniphysiq_mod,            only: iniphysiq
    101102    use control_mod,              only: iphysiq, day_step, nsplit_phys
    102103#else
     104    use comcstfi_h,               only: r
    103105    use time_phylmdz_mod,         only: iphysiq, steps_per_sol
    104106    use regular_lonlat_mod,       only: init_regular_lonlat
Note: See TracChangeset for help on using the changeset viewer.