Skip to content
Snippets Groups Projects
Commit 30984be1 authored by Lukas Kugler's avatar Lukas Kugler
Browse files

put CLDFRA at init, for RTTOV

parent 56985ba2
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,8 @@ cycle_vars = ['U', 'V', 'P', 'PH', 'T', 'MU', 'QVAPOR', 'QCLOUD', 'QRAIN', 'QICE ...@@ -16,7 +16,8 @@ cycle_vars = ['U', 'V', 'P', 'PH', 'T', 'MU', 'QVAPOR', 'QCLOUD', 'QRAIN', 'QICE
'QGRAUP', 'QNICE', 'QNRAIN', 'U10', 'V10', 'T2', 'Q2', 'PSFC', 'TSLB', 'QGRAUP', 'QNICE', 'QNRAIN', 'U10', 'V10', 'T2', 'Q2', 'PSFC', 'TSLB',
'SMOIS', 'TSK'] 'SMOIS', 'TSK']
update_vars = ['Times', 'U', 'V', 'T', 'PH', 'MU', 'QVAPOR', 'QCLOUD', 'QICE', 'PSFC', 'TSK'] update_vars = ['Times', 'U', 'V', 'T', 'PH', 'MU', 'QVAPOR', 'QCLOUD', 'QICE', 'PSFC', 'TSK', 'CLDFRA']
# note: CLDFRA is just diagnostic, but maybe it helps that RTTOV can simulate clouds at initialization time
# variables which are updated need not to be cycled # variables which are updated need not to be cycled
for var in update_vars: for var in update_vars:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment