Ignore:
Timestamp:
Mar 11, 2015, 12:23:40 PM (9 years ago)
Author:
crio
Message:

cv3p1_closure: Bug fix in the toothpaste closure computation (dimension of klfc).
physiq: check number of H2O tracers if thermodynamical effect of ice is included. Stop simulation if ice water is missing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phylmd/physiq.F90

    r2221 r2224  
    924924     print*, '================================================='
    925925     !
     926!CR: check sur le nb de traceurs de l eau
     927     if ((iflag_ice_thermo.gt.0).and.(nqo==2)) then
     928          WRITE (lunout, *) ' iflag_ice_thermo==1 requires 3 H2O tracers (H2Ov, H2Ol, H2Oi)', ' but nqo=', nqo, &
     929          '. Might as well stop here.'
     930          STOP
     931     endif
     932
    926933     dnwd0=0.0
    927934     ftd=0.0
Note: See TracChangeset for help on using the changeset viewer.