<?xml version="1.0"?>
<xml>
<!-- Please note that the rootPath here is overwritten by the one defined in REGION.src file. So, Don't worry about the path definition here -->
<forcing_datasets>
      <!-- The atmospherice data must be stored on work for access during submitted runs: 3h atm from NORCPM as of 2025 can be downloaded (see SEACLIM D2.1) -->
      <forcing_dataset name="norcpm_3h" rootPath="/cluster/work/users/annettes/NorCPM_forcing/Atm_leap/noresm2-mm-seaclim_hindcast_" format="netcdf" timestep="3h">
<!--     <field name="internal name known by routine"   file="path to file"  varname="name of variable in netcdf file" unit="udunit"/> -->
         <field known_name="10u"    file="[rootPath].UAS_%Y.nc"    varname="UAS_0e_to_360e_20n_to_90n"    units="m s**-1"/>
         <field known_name="10v"    file="[rootPath].VAS_%Y.nc"    varname="VAS_0e_to_360e_20n_to_90n"    units="m s**-1"/>
         <field known_name="2t"     file="[rootPath].TREFHT_%Y.nc" varname="TREFHT_0e_to_360e_20n_to_90n" units="K"/>
         <field known_name="spchum" file="[rootPath].QREFHT_%Y.nc" varname="QREFHT_0e_to_360e_20n_to_90n" units="kg kg**-1"/>
         <field known_name="msl"    file="[rootPath].PSL_%Y.nc"    varname="PSL_0e_to_360e_20n_to_90n"    units="Pa"/>
         <field known_name="tp"     file="[rootPath].PRECT_%Y.nc"  varname="PRECT_0e_to_360e_20n_to_90n"  units="m s**-1"/> 
         <field known_name="ssrd"   file="[rootPath].FSDS_%Y.nc"   varname="FSDS_0e_to_360e_20n_to_90n"   units="W m**-2"/>
      </forcing_dataset>


   <!-- As above, but includes strd (surface thermal downwelling radiation) as well-->
      <forcing_dataset name="norcpm_3h+lw" rootPath="/cluster/work/users/annettes/NorCPM_forcing/Atm_leap/noresm2-mm-seaclim_hindcast_19931101_mem001.cam.h2" format="netcdf" timestep="3h">
	<!--     <field name="internal name known by routine"   file="path to file"  varname="name of variable in netcdf file" unit="udunit"/> -->
         <field known_name="10u"    file="[rootPath].UAS_%Y.nc"    varname="UAS_0e_to_360e_20n_to_90n"    units="m s**-1"/>
         <field known_name="10v"    file="[rootPath].VAS_%Y.nc"    varname="VAS_0e_to_360e_20n_to_90n"    units="m s**-1"/>
         <field known_name="2t"     file="[rootPath].TREFHT_%Y.nc" varname="TREFHT_0e_to_360e_20n_to_90n" units="K"/>
         <field known_name="spchum" file="[rootPath].QREFHT_%Y.nc" varname="QREFHT_0e_to_360e_20n_to_90n" units="kg kg**-1"/>
         <field known_name="msl"    file="[rootPath].PSL_%Y.nc"    varname="PSL_0e_to_360e_20n_to_90n"    units="Pa"/>
         <field known_name="tp"     file="[rootPath].PRECT_%Y.nc"  varname="PRECT_0e_to_360e_20n_to_90n"  units="m s**-1"/>
         <field known_name="ssrd"   file="[rootPath].FSDS_%Y.nc"   varname="FSDS_0e_to_360e_20n_to_90n"   units="W m**-2"/>
         <field known_name="strd"   file="[rootPath].FLDS_%Y.nc"   varname="FLDS_0e_to_360e_20n_to_90n"   units="W m**-2"/>
      </forcing_dataset>

   </forcing_datasets>
</xml>



