Changeset 1877 for LMDZ5/trunk/libf/phylmd/conf_phys_m.F90
- Timestamp:
- Sep 25, 2013, 3:35:04 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phylmd/conf_phys_m.F90
r1865 r1877 161 161 REAL, SAVE :: freq_outNMC_omp(3), freq_calNMC_omp(3) 162 162 CHARACTER*4, SAVE :: type_run_omp 163 LOGICAL,SAVE :: ok_isccp_omp164 163 LOGICAL,SAVE :: ok_cosp_omp 165 164 LOGICAL,SAVE :: ok_mensuelCOSP_omp,ok_journeCOSP_omp,ok_hfCOSP_omp … … 1351 1350 type_run_omp = 'AMIP' 1352 1351 call getin('type_run',type_run_omp) 1353 1354 !1355 !Config Key = ok_isccp1356 !Config Desc =1357 !Config Def = .true.1358 !Config Help =1359 !1360 ! ok_isccp = .true.1361 ok_isccp_omp = .false.1362 call getin('ok_isccp',ok_isccp_omp)1363 1352 1364 1353 ! … … 1799 1788 iflag_cvl_sigd = iflag_cvl_sigd_omp 1800 1789 type_run = type_run_omp 1801 ok_isccp = ok_isccp_omp1802 1790 ok_cosp = ok_cosp_omp 1803 1791 ok_mensuelCOSP = ok_mensuelCOSP_omp … … 1972 1960 write(lunout,*)' iflag_clos = ', iflag_clos 1973 1961 write(lunout,*)' type_run = ',type_run 1974 write(lunout,*)' ok_isccp = ',ok_isccp1975 1962 write(lunout,*)' ok_cosp = ',ok_cosp 1976 1963 write(lunout,*)' ok_mensuelCOSP = ',ok_mensuelCOSP
Note: See TracChangeset
for help on using the changeset viewer.