Changeset 2488 for LMDZ5/branches/testing/libf/phylmd/conf_phys_m.F90
- Timestamp:
- Apr 3, 2016, 12:09:34 AM (9 years ago)
- Location:
- LMDZ5/branches/testing
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/branches/testing
- Property svn:mergeinfo changed
/LMDZ5/trunk merged: 2458-2470,2472-2487
- Property svn:mergeinfo changed
-
LMDZ5/branches/testing/libf/phylmd/conf_phys_m.F90
r2471 r2488 155 155 LOGICAL,SAVE :: ok_4xCO2atm_omp 156 156 REAL,SAVE :: epmax_omp 157 REAL,SAVE :: coef_epmax_cape_omp 157 158 LOGICAL,SAVE :: ok_adj_ema_omp 158 159 INTEGER,SAVE :: iflag_clw_omp … … 812 813 epmax_omp = .993 813 814 call getin('epmax', epmax_omp) 815 816 coef_epmax_cape_omp = 0.0 817 call getin('coef_epmax_cape', coef_epmax_cape_omp) 814 818 ! 815 819 !Config Key = ok_adj_ema … … 1999 2003 2000 2004 epmax = epmax_omp 2005 coef_epmax_cape = coef_epmax_cape_omp 2001 2006 ok_adj_ema = ok_adj_ema_omp 2002 2007 iflag_clw = iflag_clw_omp … … 2303 2308 write(lunout,*)'iflag_bergeron=',iflag_bergeron 2304 2309 write(lunout,*)' epmax = ', epmax 2310 write(lunout,*)' coef_epmax_cape = ', coef_epmax_cape 2305 2311 write(lunout,*)' ok_adj_ema = ', ok_adj_ema 2306 2312 write(lunout,*)' iflag_clw = ', iflag_clw
Note: See TracChangeset
for help on using the changeset viewer.