Ignore:
Timestamp:
Sep 21, 2022, 9:35:28 AM (22 months ago)
Author:
dcugnet
Message:

Fixes for INCO, CO2i AND REPROBUS, mostly because some sections are specific to type_trac=="lmdz",
which is not always equivalent to ANY(types_trac=='lmdz).
Also force the water phases to get tracers(*)%component='lmdz' so that nqo can be correctly computed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/phyredem.F90

    r4170 r4263  
    3535  USE iostart, ONLY: open_restartphy, close_restartphy, enddef_restartphy, put_field, put_var
    3636  USE traclmdz_mod, ONLY : traclmdz_to_restart
    37   USE infotrac_phy, ONLY: types_trac, nqtot, tracers, nbtr
     37  USE infotrac_phy, ONLY: type_trac, types_trac, nqtot, tracers, nbtr
    3838  USE carbon_cycle_mod, ONLY : carbon_cycle_cpl, co2_send
    3939  USE indice_sol_mod, ONLY: nbsrf, is_oce, is_sic, is_ter, is_lic, epsfra
     
    336336
    337337    ! trs from traclmdz_mod
    338     ELSE IF (ANY(types_trac == 'lmdz')) THEN
     338    ELSE IF (type_trac == 'lmdz') THEN
    339339       CALL traclmdz_to_restart(trs)
    340340       it = 0
Note: See TracChangeset for help on using the changeset viewer.