Skip to content

Commit

Permalink
bugfix for JRA55-dov1.5.0 - see COSIMA/access-om2#247
Browse files Browse the repository at this point in the history
  • Loading branch information
aekiss committed May 5, 2022
1 parent 6cb04f8 commit c87d8da
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions atmosphere/forcing.json
Original file line number Diff line number Diff line change
@@ -1,59 +1,59 @@
{
"description": "JRA55-do v1.4.0 IAF forcing",
"description": "JRA55-do v1.5.0 IAF forcing",
"inputs": [
{
"filename": "INPUT/rsds_input4MIPs_atmosphericState_OMIP_MRI-JRA55-do-1-4-0_gr_{{year}}01010130-{{year}}12312230.nc",
"filename": "INPUT/rsds_input4MIPs_atmosphericState_OMIP_MRI-JRA55-do-1-5-0_gr_{{year}}01010130-{{year}}12312230.nc",
"fieldname": "rsds",
"cname": "swfld_ai"
},
{
"filename": "INPUT/rlds_input4MIPs_atmosphericState_OMIP_MRI-JRA55-do-1-4-0_gr_{{year}}01010130-{{year}}12312230.nc",
"filename": "INPUT/rlds_input4MIPs_atmosphericState_OMIP_MRI-JRA55-do-1-5-0_gr_{{year}}01010130-{{year}}12312230.nc",
"fieldname": "rlds",
"cname": "lwfld_ai"
},
{
"filename": "INPUT/prra_input4MIPs_atmosphericState_OMIP_MRI-JRA55-do-1-4-0_gr_{{year}}01010130-{{year}}12312230.nc",
"filename": "INPUT/prra_input4MIPs_atmosphericState_OMIP_MRI-JRA55-do-1-5-0_gr_{{year}}01010130-{{year}}12312230.nc",
"fieldname": "prra",
"cname": "rain_ai"
},
{
"filename": "INPUT/prsn_input4MIPs_atmosphericState_OMIP_MRI-JRA55-do-1-4-0_gr_{{year}}01010130-{{year}}12312230.nc",
"filename": "INPUT/prsn_input4MIPs_atmosphericState_OMIP_MRI-JRA55-do-1-5-0_gr_{{year}}01010130-{{year}}12312230.nc",
"fieldname": "prsn",
"cname": "snow_ai"
},
{
"filename": "INPUT/psl_input4MIPs_atmosphericState_OMIP_MRI-JRA55-do-1-4-0_gr_{{year}}01010000-{{year}}12312100.nc",
"filename": "INPUT/psl_input4MIPs_atmosphericState_OMIP_MRI-JRA55-do-1-5-0_gr_{{year}}01010000-{{year}}12312100.nc",
"fieldname": "psl",
"cname": "press_ai"
},
{
"filename": "INPUT/friver_input4MIPs_atmosphericState_OMIP_MRI-JRA55-do-1-4-0_gr_{{year}}0101-{{year}}1231.nc",
"filename": "INPUT/friver_input4MIPs_atmosphericState_OMIP_MRI-JRA55-do-1-5-0_gr_{{year}}0101-{{year}}1231.nc",
"fieldname": "friver",
"cname": "runof_ai",
"domain": "land"
},
{
"filename": "INPUT/tas_input4MIPs_atmosphericState_OMIP_MRI-JRA55-do-1-4-0_gr_{{year}}01010000-{{year}}12312100.nc",
"filename": "INPUT/tas_input4MIPs_atmosphericState_OMIP_MRI-JRA55-do-1-5-0_gr_{{year}}01010000-{{year}}12312100.nc",
"fieldname": "tas",
"cname": "tair_ai"
},
{
"filename": "INPUT/huss_input4MIPs_atmosphericState_OMIP_MRI-JRA55-do-1-4-0_gr_{{year}}01010000-{{year}}12312100.nc",
"filename": "INPUT/huss_input4MIPs_atmosphericState_OMIP_MRI-JRA55-do-1-5-0_gr_{{year}}01010000-{{year}}12312100.nc",
"fieldname": "huss",
"cname": "qair_ai"
},
{
"filename": "INPUT/uas_input4MIPs_atmosphericState_OMIP_MRI-JRA55-do-1-4-0_gr_{{year}}01010000-{{year}}12312100.nc",
"filename": "INPUT/uas_input4MIPs_atmosphericState_OMIP_MRI-JRA55-do-1-5-0_gr_{{year}}01010000-{{year}}12312100.nc",
"fieldname": "uas",
"cname": "uwnd_ai"
},
{
"filename": "INPUT/vas_input4MIPs_atmosphericState_OMIP_MRI-JRA55-do-1-4-0_gr_{{year}}01010000-{{year}}12312100.nc",
"filename": "INPUT/vas_input4MIPs_atmosphericState_OMIP_MRI-JRA55-do-1-5-0_gr_{{year}}01010000-{{year}}12312100.nc",
"fieldname": "vas",
"cname": "vwnd_ai"
},
{
"filename": "INPUT/licalvf_input4MIPs_atmosphericState_OMIP_MRI-JRA55-do-1-4-0_gr_{{year}}0101-{{year}}1231.nc",
"filename": "INPUT/licalvf_input4MIPs_atmosphericState_OMIP_MRI-JRA55-do-1-5-0_gr_{{year}}0101-{{year}}1231.nc",
"fieldname": "licalvf",
"cname": "licalvf_ai",
"domain": "land"
Expand Down

0 comments on commit c87d8da

Please sign in to comment.