Ignore:
Timestamp:
Apr 29, 2022, 6:37:44 PM (2 years ago)
Author:
lfalletti
Message:

Fixed bug for coupling with reprobus

  • rm of a call Init_chem_rep_phys that was set twice
  • add of hybrid coordinates in reprobus outputs (for CMIP6 dr2xml)
  • bug fix to take into account H2Orep tracer name
File:
1 edited

Legend:

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

    r4127 r4140  
    50995099    ENDIF
    51005100
     5101    IF (type_trac == 'repr') THEN
     5102#ifdef REPROBUS
     5103        CALL coord_hyb_rep(paprs, pplay, aps, bps, ap, bp, cell_area)
     5104#endif
     5105    ENDIF
    51015106
    51025107    !
Note: See TracChangeset for help on using the changeset viewer.