Changeset 1229 for LMDZ4/branches/LMDZ4-dev/libf/phylmd/conf_phys.F90
- Timestamp:
- Aug 17, 2009, 5:11:37 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/branches/LMDZ4-dev/libf/phylmd/conf_phys.F90
r1227 r1229 130 130 REAL, SAVE :: fmagic_omp, pmagic_omp 131 131 INTEGER,SAVE :: iflag_pbl_omp,lev_histhf_omp,lev_histday_omp,lev_histmth_omp 132 Integer,save :: lev_histins_omp, lev_histLES_omp 132 133 CHARACTER*4, SAVE :: type_run_omp 133 134 LOGICAL,SAVE :: ok_isccp_omp … … 1012 1013 lev_histmth_omp = 2 1013 1014 call getin('lev_histmth',lev_histmth_omp) 1014 1015 ! 1016 !Config Key = lev_histins 1017 !Config Desc = 1018 !Config Def = 1 1019 !Config Help = 1020 ! 1021 lev_histins_omp = 1 1022 call getin('lev_histins',lev_histins_omp) 1023 ! 1024 !Config Key = lev_histLES 1025 !Config Desc = 1026 !Config Def = 1 1027 !Config Help = 1028 ! 1029 lev_histLES_omp = 1 1030 call getin('lev_histLES',lev_histLES_omp) 1015 1031 ! 1016 1032 !Config Key = type_run … … 1335 1351 lev_histday = lev_histday_omp 1336 1352 lev_histmth = lev_histmth_omp 1353 lev_histins = lev_histins_omp 1354 lev_histLES = lev_histLES_omp 1337 1355 1338 1356 type_ocean = type_ocean_omp … … 1504 1522 write(numout,*)' lev_histday = ',lev_histday 1505 1523 write(numout,*)' lev_histmth = ',lev_histmth 1524 write(numout,*)' lev_histins = ',lev_histins 1525 write(numout,*)' lev_histLES = ',lev_histLES 1506 1526 write(numout,*)' iflag_pbl = ', iflag_pbl 1507 1527 write(numout,*)' iflag_thermals = ', iflag_thermals
Note: See TracChangeset
for help on using the changeset viewer.