Ignore:
Timestamp:
Jul 19, 2013, 10:25:38 AM (12 years ago)
Author:
emillour
Message:

Generic GCM:

  • update the sponge layer: trun it into a module and (more important) compute the sponge quenching analytically rather than via Forward Euler approximation.

EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/libf/phystd/callsedim.F

    r858 r1006  
    7575      IF (firstcall) THEN
    7676        firstcall=.false.
     77        ! add some tests on presence of required tracers/aerosols:
     78        if (water) then
     79          if (igcm_h2o_ice.eq.0) then
     80            write(*,*) "callsedim error: water=.true.",
     81     &                 " but igcm_h2o_ice=0"
     82          stop
     83          endif
     84          if (iaero_h2o.eq.0) then
     85            write(*,*) "callsedim error: water=.true.",
     86     &                 " but iaero_ho2=0"
     87          stop
     88          endif
     89        endif
    7790      ENDIF ! of IF (firstcall)
    7891     
Note: See TracChangeset for help on using the changeset viewer.