- Timestamp:
- Jan 10, 2015, 1:58:32 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phylmd/conf_phys_m.F90
r2166 r2179 27 27 USE phys_cal_mod 28 28 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 30 33 31 34 include "conema3.h" … … 1728 1731 1729 1732 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 1731 1739 1732 1740 GWD_RANDO_RUWMAX_omp = 0.01
Note: See TracChangeset
for help on using the changeset viewer.