LIS repeatedly reading LDT gen-metforcing at each 1h timestep #946
Unanswered
bhanu-magotra
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a local metforcing dataset which is made to resemble a LDT generated metforcing. The dataset is arranged in the form of daily files containing multiple forcing variables. The files are named as following naming scheme :
LDT_HIST_198001010000.d01.nc
LDT_HIST_198001020000.d01.nc
LDT_HIST_198001030000.d01.nc
.... and so on.
My secondary dataset is MERRA2 which is also arranged in the form of daily files containing 24 timesteps each.
While running the LIS at 15 minutes timestep, I can check that for each day, MERRA2 is read-in only once but LDT gen-metforc is read-in at every step of 15 mins.
The effect of this turns out to be that with every passing year of simulation the run slows down massively. Eg, 1st year run took around 5hrs to complete, while the 3rd year run took 10hrs.
I can see in get_metForcGenerated.F90 that following code controls the read-in of 2nd forcing file but I need help in how to change it accordingly:
Here's ncdump of my local dataset for reference :
Beta Was this translation helpful? Give feedback.
All reactions