So: you have been told to do a JULES run for your project?
Here are some standardised steps to follow that should see you right in most situations:
Here are some standardised steps to follow that should see you right in most situations:
First, a couple of disclaimers:
|
|
|
When I was putting together the JULES website, I stated here that you need three things to run a land surface model - driving data, ancillary data and control files:
I am going to need a webpage about comparing to station data (inc. examples about mismatched coordinates).
Notes for me:
- I need to generate an ancil file for at least a small subgrid (if I do it for a subgrid, choose NOT to crop the output file).
- Then upload that to ~/ancils on JASMIN (if you generated this only for a subgrid, rename it to lose the "_part" in the filename, but note somewhere that this file is only for a subgrid)
- Change choice9 to 2 and make sure subgrid=FALSE
module load jasr
R
source("GENHSA.r")
- While it's generating the ddata on JASMIN, upload the scripts to my VM as well and generate the subgrid=FALSE ancil file there too.
- ANCILLARY DATA: Run my script GENHSA.r with menu option to generate ancillary files (n.b. these are what I call HSANCILS rather than normal ancil files: see here). Note that my script is (a) slow (takes at least a few days) and (b) quite memory-hungry (which means you probably need to run it on an HPC rather than a laptop)
- DRIVING DATA: Then run GENHSA.r with menu option to generate driving data. My script pulls in ISIMIP3b data, which is already bias-corrected.
- Next, if you are going to have rivers simulated, download river directions from HYDRO1k, correct them and append them to the ancillary file
- CONTROL FILES: Now choose an appropriate suite. I usually use a 15 PFT configuration these days.
I am going to need a webpage about comparing to station data (inc. examples about mismatched coordinates).
Notes for me:
- I need to generate an ancil file for at least a small subgrid (if I do it for a subgrid, choose NOT to crop the output file).
- Then upload that to ~/ancils on JASMIN (if you generated this only for a subgrid, rename it to lose the "_part" in the filename, but note somewhere that this file is only for a subgrid)
- Change choice9 to 2 and make sure subgrid=FALSE
module load jasr
R
source("GENHSA.r")
- While it's generating the ddata on JASMIN, upload the scripts to my VM as well and generate the subgrid=FALSE ancil file there too.