Changeset 10912
- Timestamp:
- 2019-04-30T09:46:54+02:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/UKMO/dev_r5518_GO6_package_text_diagnostics/NEMOGCM/CONFIG/SHARED/namelist_ref
r10774 r10912 1080 1080 &namctl ! Control prints & Benchmark 1081 1081 !----------------------------------------------------------------------- 1082 ln_ctl = .false. ! trends control print (expensive!)1083 sn_cfctl%l_config = .TRUE.! IF .true. then control which reports are written with the following1084 sn_cfctl%l_runstat = .TRUE.! switches and which areas produce reports with the proc integer settings.1085 1086 1087 1088 1089 1090 1091 sn_cfctl%procmax = 0 ! Maximum area number for reporting [default:1000000]1092 1093 sn_cfctl%ptimincr = 1! Timestep increment for writing time step progress info/solver.stat file1082 ln_ctl = .false. ! trends control print (expensive!) 1083 sn_cfctl%l_config = .TRUE. ! IF .true. then control which reports are written with the following 1084 sn_cfctl%l_runstat = .TRUE. ! switches and which areas produce reports with the proc integer settings. 1085 sn_cfctl%l_trcstat = .FALSE. ! The default settings for the proc integers should ensure 1086 sn_cfctl%l_oceout = .FALSE. ! that all areas report. 1087 sn_cfctl%l_layout = .FALSE. ! 1088 sn_cfctl%l_mppout = .FALSE. ! 1089 sn_cfctl%l_mpptop = .FALSE. ! 1090 sn_cfctl%procmin = 0 ! Minimum area number for reporting [default:0] 1091 sn_cfctl%procmax = 0 ! Maximum area number for reporting [default:0] 1092 sn_cfctl%procincr = 1 ! Increment for optional subsetting of areas [default:1] 1093 sn_cfctl%ptimincr = 1 ! Timestep increment for writing time step progress info/solver.stat file 1094 1094 nn_print = 0 ! level of print (0 no extra print) 1095 ln_flush = .FALSE. ! flus t numout after each print1095 ln_flush = .FALSE. ! flush numout after each print. NOT recommended for production run 1096 1096 nn_ictls = 0 ! start i indice of control sum (use to compare mono versus 1097 1097 nn_ictle = 0 ! end i indice of control sum multi processor runs
Note: See TracChangeset
for help on using the changeset viewer.