Hi All,
I am performing some simulations with WRF and I am able to complete the runs without any error. However, looking at the output I realized that SST_INPUT contains all constant zero-values, although I have correct values into wrflowinp_d01.
I am using these flags into the namelist to update the SSTs every 6 hours:
auxinput4_inname = "wrflowinp_d<domain>",
auxinput4_interval = 360,
sst_update = 1,
sst_skin = 1,
Looking at the rsl.out the model reads the file:
Input data is acceptable to use: wrflowinp_d01
Input data processed for aux input 4 for domain 1
Besides, the variable SST contains realistic time-varying SSTs as does SSTSK. Am I missing something here or the model can reproduce SSTs even if it does not read them correct? Otherwise could it be just an issue while writing data? I am facing this problem with both version 3.8.1 and 4.2.
Thank you in advance for anyone who could help me figure out what is going wrong!
Markus
I am performing some simulations with WRF and I am able to complete the runs without any error. However, looking at the output I realized that SST_INPUT contains all constant zero-values, although I have correct values into wrflowinp_d01.
I am using these flags into the namelist to update the SSTs every 6 hours:
auxinput4_inname = "wrflowinp_d<domain>",
auxinput4_interval = 360,
sst_update = 1,
sst_skin = 1,
Looking at the rsl.out the model reads the file:
Input data is acceptable to use: wrflowinp_d01
Input data processed for aux input 4 for domain 1
Besides, the variable SST contains realistic time-varying SSTs as does SSTSK. Am I missing something here or the model can reproduce SSTs even if it does not read them correct? Otherwise could it be just an issue while writing data? I am facing this problem with both version 3.8.1 and 4.2.
Thank you in advance for anyone who could help me figure out what is going wrong!
Markus