Changeset 2179 for LMDZ5/trunk


Ignore:
Timestamp:
Jan 10, 2015, 1:58:32 AM (10 years ago)
Author:
fhourdin
Message:

Désactivation des ondes de gravité non orographique en mode uni colonne.XX
Desactivation of non orographic gravity waves in SCM configurations.

File:
1 edited

Legend:

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

    r2166 r2179  
    2727    USE phys_cal_mod
    2828    USE carbon_cycle_mod, ONLY : carbon_cycle_tr, carbon_cycle_cpl
    29     use control_mod
     29    USE control_mod
     30    USE mod_grid_phy_lmdz, only: klon_glo
     31
     32
    3033
    3134    include "conema3.h"
     
    17281731
    17291732    ok_gwd_rando_omp = .FALSE.
    1730     CALL getin('ok_gwd_rando', ok_gwd_rando_omp)
     1733    IF ( klon_glo == 1 ) THEN
     1734       print*,'La parametrisation des ondes de gravites non orographiques'
     1735       print*,'ne fonctionne pas en 1D'
     1736    ELSE
     1737       CALL getin('ok_gwd_rando', ok_gwd_rando_omp)
     1738    ENDIF
    17311739
    17321740    GWD_RANDO_RUWMAX_omp = 0.01
Note: See TracChangeset for help on using the changeset viewer.