17 |
# missing_value(n) : missing value for real-type fields in output file "n" |
# missing_value(n) : missing value for real-type fields in output file "n" |
18 |
# fileFlags(n) : specific code (8c string) for output file "n" |
# fileFlags(n) : specific code (8c string) for output file "n" |
19 |
#-------------------- |
#-------------------- |
|
# This example dumps EXF diagnostics as snapshot after 10 time-steps |
|
|
# Note: EXF air-sea fluxes over Sea-Ice are wrong |
|
20 |
&DIAGNOSTICS_LIST |
&DIAGNOSTICS_LIST |
21 |
dumpAtLast = .TRUE., |
dumpAtLast = .TRUE., |
22 |
#-- |
#-- |
23 |
fields(1:8,1) = 'CH_TAIR ','CH_QAIR ', |
fields(1:11,1) = 'CH_TAIR ','CH_QAIR ','THETA ', |
24 |
'CH_SH ','CH_LH ', |
'SI_Fract','SI_Thick', |
25 |
'SIflxAtm','SIfrwAtm', |
'SIflxAtm','SIfrwAtm', |
26 |
'CH_QNET ','CH_EmP ', |
'CH_QNET ','CH_EmP ','CH_SH ','CH_LH ', |
27 |
# 'CH_Uwind','CH_Vwind', |
# 'CH_Uwind','CH_Vwind', |
28 |
fileName(1) = 'cheapAML', |
fileName(1) = 'cheapAML', |
29 |
frequency(1) = -43200., |
frequency(1) = -43200., |
30 |
timePhase(1) = -3600., |
timePhase(1) = -3600., |
31 |
#- with pkg/thsice: |
|
32 |
fields(1:11,2) = 'SI_Fract','SI_Thick','THETA ','SI_Tsrf ', |
fields(1:11,2) = 'SI_Fract','SI_Thick','THETA ','SI_Tsrf ', |
33 |
# 'SI_Tsrf ','SI_Tice1','SI_Tice2', |
# 'SI_Tsrf ','SI_Tice1','SI_Tice2', |
34 |
# 'SI_Qice1','SI_Qice2', |
# 'SI_Qice1','SI_Qice2', |
35 |
# 'SIsnwPrc','SIalbedo','SIsnwAge', |
# 'SIsnwPrc','SIalbedo','SIsnwAge', |
36 |
# 'oceQnet ','oceQsw ','oceFWflx','oceSflux', |
# 'oceQnet ','oceQsw ','oceFWflx','oceSflux', |
37 |
'SIflx2oc','SIfrw2oc','SIsaltFx', |
'SIflx2oc','SIfrw2oc','SIsaltFx','oceQsw ', |
38 |
'SIflxAtm','SIfrwAtm', |
'SIflxAtm','SIfrwAtm', |
39 |
'CH_SH ','CH_LH ', |
'CH_SH ','CH_LH ', |
|
#- with pkg/seaice: |
|
|
# fields(1:10,2) = 'SIarea ','SIheff ','THETA ','SItices ', |
|
|
## 'SIuice ','SIvice ','SIhsnow ', |
|
|
## 'oceQnet ','oceQsw ','oceFWflx','oceSflux', |
|
|
# 'SIqnet ','SIqsw ','SIempmr ','oceSflux', |
|
|
# 'SIatmQnt','SIatmFW ', |
|
40 |
fileName(2) = 'iceDiag', |
fileName(2) = 'iceDiag', |
41 |
frequency(2) = 86400., |
frequency(2) = 86400., |
|
missing_value(2) = -999., |
|
42 |
& |
& |
43 |
|
|
44 |
#-------------------- |
#-------------------- |
59 |
# (see "available_diagnostics.log" file for the full list of diags) |
# (see "available_diagnostics.log" file for the full list of diags) |
60 |
#-------------------- |
#-------------------- |
61 |
&DIAG_STATIS_PARMS |
&DIAG_STATIS_PARMS |
62 |
#- with pkg/thsice: |
stat_fields(1:20,1) = 'SI_Fract','SI_Thick','THETA ', |
|
#stat_fields(1:12,1) = 'SI_Fract','SI_Thick','SI_SnowH','THETA ', |
|
|
stat_fields(1:17,1) = 'SI_Fract','SI_Thick','THETA ', |
|
63 |
'SI_Tsrf ','SI_Tice1','SI_Tice2', |
'SI_Tsrf ','SI_Tice1','SI_Tice2', |
64 |
# 'oceQnet ','oceQsw ','oceFWflx','oceSflux', |
# 'oceQnet ','oceQsw ','oceFWflx','oceSflux', |
65 |
'SIflx2oc','SIfrw2oc','SIsaltFx', |
'SIflx2oc','SIfrw2oc','SIsaltFx', |
66 |
'SIflxAtm','SIfrwAtm', |
'SIflxAtm','SIfrwAtm', |
67 |
'CH_TAIR ','CH_QAIR ', |
'CH_TAIR ','CH_QAIR ', |
68 |
'CH_QNET ','CH_EmP ','CH_SH ','CH_LH ', |
'CH_QNET ','CH_EmP ','CH_SH ','CH_LH ', |
69 |
#- with pkg/seaice: |
'CH_Prec ','CH_q100 ','CH_ssqt ', |
|
#stat_fields(1:11,1) = 'SIarea ','SIheff ','SIhsnow ', |
|
|
#stat_fields(1:10,1) = 'SIarea ','SIheff ', |
|
|
# 'THETA ','SItices ', |
|
|
# 'SIqnet ','SIqsw ','SIempmr ','oceSflux', |
|
|
# 'SIatmQnt','SIatmFW ', |
|
70 |
stat_fName(1) = 'iceStDiag', |
stat_fName(1) = 'iceStDiag', |
71 |
stat_freq(1) = 43200., |
stat_freq(1) = 43200., |
72 |
stat_phase(1) = 3600., |
stat_phase(1) = 3600., |