Closed A-Buch closed 1 year ago
Ah, that's my mistake. The landseamask file is still the full 0.5 degree global grid while the pr and tas files contain only every 40th grid cell. I will upload an updated landseamask file.
I produced a land-sea mask file landseamask_sub40.nc
matching the grid of pr_gswp3-w5e5_sub40.nc4
and tas_gswp3-w5e5_sub40.nc4
with this cdo command:
cdo samplegrid,40 landseamask.full.nc landseamask_sub40.nc
change the landsea_file
variable in settings.py
to
landsea_file = "landseamask_sub40.nc"
You may close this issue if the error is resolved
Ah great thanks, i will try it with the new land sea mask
Sorry forgot to push... Now its there 93efe23fdb84e7d958a4d969aaffefed2914eb6d
Hi all,
running run_estiamtion.py causes an IndexError in
df_specs["lat"] = latgrid[ls_mask == 1]
I adapted previously the variable of nc_lsmask from LSM to mask, i assume it's the same variable just with another name
Maybe it's because of the shape of the provided subset data, but i am not sure, i will have a closer look into the variables.