| 1 |
# Diagnostic Package Choices
|
| 2 |
#-----------------
|
| 3 |
# for each output-stream:
|
| 4 |
# filename(n) : prefix of the output file name (only 8.c long) for outp.stream n
|
| 5 |
# frequency(n):< 0 : write snap-shot output every |frequency| seconds
|
| 6 |
# > 0 : write time-average output every frequency seconds
|
| 7 |
# timePhase(n) : write at time = timePhase + multiple of |frequency|
|
| 8 |
# averagingFreq(n) : frequency (in s) for periodic averaging interval
|
| 9 |
# averagingPhase(n): phase (in s) for periodic averaging interval
|
| 10 |
# repeatCycle(n) : number of averaging intervals in 1 cycle
|
| 11 |
# levels(:,n) : list of levels to write to file (Notes: declared as REAL)
|
| 12 |
# when this entry is missing, select all common levels of this list
|
| 13 |
# fields(:,n) : list of diagnostics fields (8.c) (see "available_diagnostics.log"
|
| 14 |
# file for the list of all available diag. in this particular config)
|
| 15 |
#-----------------
|
| 16 |
&DIAGNOSTICS_LIST
|
| 17 |
# diag_mnc = .FALSE.,
|
| 18 |
# dumpAtLast = .TRUE.,
|
| 19 |
fields(1,1) = 'ETAN ','oceTAUX ','oceTAUY ',
|
| 20 |
'oceQnet ','oceFWflx','MXLDEPTH',
|
| 21 |
'SHIfwFlx','SHIhtFlx','SHIgammT','SHIgammS',
|
| 22 |
'SHI_mass','SHIuStar','SHI_Rshelfice'
|
| 23 |
# 'SI_Uvel ','SI_Vvel ','SI_Thick','SI_hmask',
|
| 24 |
# 'SHIuLocM','SHIvLocM','SHIwLocM','SHItLocM','SHIsLocM',
|
| 25 |
# 'SHItLocB','SHIsLocB'
|
| 26 |
# 'SHIForcT','SHIForcS',
|
| 27 |
# 'surForcT','surForcS','TFLUX ','SFLUX ','oceFreez',
|
| 28 |
# 'TRELAX ','SRELAX ',
|
| 29 |
# 'GM_VisbK',
|
| 30 |
# fields(1,1)='ETAN'
|
| 31 |
filename(1) = 'surfDiag',
|
| 32 |
frequency(1) = 300.,
|
| 33 |
fields(1,2) = 'UVEL ','VVEL ','WVEL ',
|
| 34 |
'THETA ','SALT ','RHOAnoma', 'CONVADJ'
|
| 35 |
filename(2) = 'dynDiag',
|
| 36 |
frequency(2) = 300.,
|
| 37 |
fields(1,3) = 'SI_Uvel ','SI_Vvel ','SI_Thick','SI_hmask','SI_float'
|
| 38 |
filename(3) = 'streamice',
|
| 39 |
frequency(3) = 2592000.,
|
| 40 |
# fields(1,3) = 'EXFpreci','EXFuwind','EXFvwind','EXFtaux ','EXFtauy ',
|
| 41 |
# 'EXFlwdn ','EXFswdn ','EXFatemp','EXFaqh ','EXFpress',
|
| 42 |
# 'GM_PsiX ','GM_PsiY ',
|
| 43 |
# 'GM_Kwx ','GM_Kwy ','GM_Kwz ',
|
| 44 |
# 'GM_Kux ','GM_Kvy ',
|
| 45 |
# 'GM_Kuz ','GM_Kvz ',
|
| 46 |
#- disable this output list by commenting out the file name
|
| 47 |
# filename(3) = 'diagsEXF',
|
| 48 |
# frequency(3) = 1.,
|
| 49 |
# fields(1,4) = 'ADVx_TH ','ADVy_TH ','ADVr_TH ',
|
| 50 |
# 'DIFx_TH ','DIFy_TH ','DFrE_TH ',
|
| 51 |
# 'DFrI_TH ',
|
| 52 |
# 'ADVx_SLT',
|
| 53 |
# filename(4) = 'flxDiag',
|
| 54 |
# frequency(4) = 1296000.,
|
| 55 |
&
|
| 56 |
|
| 57 |
# Parameter for Diagnostics of per level statistics:
|
| 58 |
#-----------------
|
| 59 |
# for each output-stream:
|
| 60 |
# stat_fname(n) : prefix of the output file name (only 8.c long) for outp.stream n
|
| 61 |
# stat_freq(n):< 0 : write snap-shot output every |stat_freq| seconds
|
| 62 |
# > 0 : write time-average output every stat_freq seconds
|
| 63 |
# stat_phase(n) : write at time = stat_phase + multiple of |stat_freq|
|
| 64 |
# stat_region(:,n) : list of "regions" (default: 1 region only=global)
|
| 65 |
# stat_fields(:,n) : list of diagnostics fields (8.c) (see "available_diagnostics.log"
|
| 66 |
# file for the list of all available diag. in this particular config)
|
| 67 |
#-----------------
|
| 68 |
&DIAG_STATIS_PARMS
|
| 69 |
#- regional mask: 3 lat. band: 1 : y <= -24 ; 2 : -24<y<24 ; 3 : 24 <= y
|
| 70 |
# diagSt_regMaskFile='regMask_lat24.bin',
|
| 71 |
# nSetRegMskFile=1,
|
| 72 |
# set_regMask(1)= 1, 1, 1,
|
| 73 |
# val_regMask(1)= 1., 2., 3.,
|
| 74 |
#---
|
| 75 |
#stat_fields(1,1)= 'ETAN ','UVEL ','VVEL ','WVEL ',
|
| 76 |
# 'THETA ','SALT ','SIarea ','SIheff ',
|
| 77 |
# stat_fname(1)= 'dynStDiag',
|
| 78 |
# stat_freq(1)= 864000.,
|
| 79 |
&
|
| 80 |
|