Replies: 5 comments 13 replies
-
Personally, I'd prioritize the error that shows up under debug model. What's the full trace of the error? I don't know what call_sdh5_open_f is but I'm guessing a low level HDF5 function (i.e. not our call) so you need to know where it's being called from and whether the file being open is present, valid, complete, and has the correct units. Misread met data could easily be the source of your downstream budget issue. |
Beta Was this translation helpful? Give feedback.
-
Most met driver issues typically pop up during sunrise and sunset, because this one is happening at midnight on the second day, so my hunch is that this is somehow a bug related to phenology. I see you started the run in January, which would be winter at your site, as a suggestion, maybe try setting the initial time in May or June. If the model goes through and keeps running, it may be indication of an issue with phenology. |
Beta Was this translation helpful? Give feedback.
-
But to @mdietze's point, met drivers are often the source of crashes. The main cause of problems is when IMETAVG is not properly set for the site, so do double check that variable too. It's on my to do list, but eventually I want to migrate IMETAVG to the met driver header (so all met driver info is in a single place), and after that I want to implement a refraction correction for sunset/twilight that should reduce/eliminate the problems, I have a prototype of it in R, just need to migrate it to ED2. |
Beta Was this translation helpful? Give feedback.
-
I still haven't been able to run it and get a sub-daily budget fail related to carbon budget. So far I have:
but I can't find the source.... Does anyone have any suggestions what else I could try? Attached my log file, pss and css (as csv files). Any help is appreciated! output_StartMay15_withCpools.txt |
Beta Was this translation helpful? Give feedback.
-
@Kutcha7 regarding the IMETAVG, it depends on what the time stamp means on your particular meteorological driver. If the time stamp corresponds to the end of the averaging period, then yes, it should be 1. Your error is unlikely to be caused by IMETAVG, though. I see that you are only using PFT 7, which is an evergreen PFT, so I doubt the issue is phenology. Because the crash is happening on the second day, I think it may be a lingering problem with the initial conditions that is only checked on the second day (if I remember correctly, the CARBON block is only checked at daily time steps). I noticed in your css file that the "cohort" column has repeated letters for multiple cohorts in the same patch. I would try to keep them unique within each patch, but I don't remember if this would cause problems in the initialisation. If that doesn't solve the problem, try running the model with IED_INIT_MODE=0 (near bare ground). This will ignore the pss/css files and start with a minimum number of plants. If the model runs fine, then I think it's safe to say that the issue is indeed in the pss/css files. |
Beta Was this translation helpful? Give feedback.
-
Hi everyone,
I tried to start a simulation and got the error sub daily budget failed. I checked the log file for NaNs or anything that could lead me to the error but I can't really find the source. Note that I only get this error when I use the opt executable. When I use the dbg it stops after initialising the met cycle and the error I get is related to "call_sdh5_open_f".
I've attached my logfile and the met header. I appreciate any feedback and happy to share more files!
1
/sci/labs/efratshef/irobk/Yatir/Future/gfdl-esm4/Weather/ISIMP_Israel_gfdl-esm4_ssp585_
2 2 0.5 0.5 35.065668 31.342226
13
'hgt' 'tmp' 'pres' 'sh' 'ugrd' 'vgrd' 'prate' 'dlwrf' 'nbdsf' 'nddsf' 'vbdsf' 'vddsf' 'co2'
27 3600 3600 3600 3600 3600 3600 3600 3600 3600 3600 3600 3600
4 1 1 1 1 1 0 1 1 1 1 1 1
Thanks!
Katja
output.txt
Beta Was this translation helpful? Give feedback.
All reactions