Ignore:
Timestamp:
Nov 30, 2022, 4:37:30 PM (19 months ago)
Author:
dcugnet
Message:
  • remove "config_inca" variable from "control_mod" and "infotrac_phy" (read in infotrac)
  • only kept version of "type_trac" is in tracinca ; few tests are moved from infotrac to this module.
  • simplify and generalize a bit the routines "phyetat0_get" and "phyetat0_srf" from phyetat0, converted to a module.
  • fix the isotopic version: few "USE … » were misplaced between ISOVERIF CPP keys
  • fix the old water and derived isotopes names in the ISOTRAC case
File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/dynphy_lonlat/phylmd/iniphysiq_mod.F90

    r4325 r4358  
    3030  USE mod_phys_lmdz_omp_data, ONLY: klon_omp
    3131#endif
    32   USE control_mod, ONLY: dayref,anneeref,day_step,nday,offline, iphysiq, config_inca
     32  USE control_mod, ONLY: dayref,anneeref,day_step,nday,offline, iphysiq
    3333  USE inifis_mod, ONLY: inifis
    3434  USE time_phylmdz_mod, ONLY: init_time
Note: See TracChangeset for help on using the changeset viewer.