Ignore:
Timestamp:
Apr 26, 2022, 10:19:58 AM (2 years ago)
Author:
acozic
Message:

fixed two bug for coupling with inca
1- allow the possibility of having tracers names with H2O in it (like H2O2)
2- allow the possibility of having other water tracers in inca

File:
1 edited

Legend:

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

    r4124 r4138  
    185185   conv_flg  = conv_flg_
    186186   nqtot     = SIZE(tracers_)
    187    nqo       = COUNT(delPhase(tracers%name)=='H2O' .AND. tracers%iGeneration==0)
     187   nqo       = COUNT(delPhase(tracers%name)=='H2O' .AND. tracers%iGeneration==0 .AND. tracers%component=='lmdz')
    188188   nbtr      = SIZE(conv_flg)
    189189   nbIso     = SIZE(isotopes_)
Note: See TracChangeset for help on using the changeset viewer.