pkjr002 / ISMIP_TFW

0 stars 0 forks source link

computed scalars paper #2

Open pkjr002 opened 5 months ago

pkjr002 commented 5 months ago

Goal: ReRun the scalars_paper.m Folder: mat

I have a couple of questions regarding the regridding and preprocessing of ISMIP6 raw data before running the scalars_paper.m

Questions:

  1. scalars_paper.m calls specifics.m that appears to use ISMIP6 regridded to 8km resolution. Any help with how to do this using the raw ISMIP6 archive is appreciated.

  2. Certain Experiments do not contain e.g. hist_open . Another example ISMIP6//NCAR/CISM/hist_open_04/ not found. I may be missing a preprocessing step of the data (advice needed).

pkjr002 commented 5 months ago

Summary of Helene's reply Code and processing for figures use combination of regrided and non-regrided datasets.
specific.m lists both names for each experiment of each group. E.g. isexp07=1; exp07_name='exp07_08'; exp07_regrid='exp07_08’; Important to note that if experiments don’t exist, isexp is set to 0

All the files accessible in Globus are the files regridded on the 8 km grid process_scalar code is based on the native grids; it can be adjusted to use the regridded ones if needed.

In NCAR/CISM directory, if there is a hist_open and not hist_open_04, it is because you have the regridded files and not the native ones. change the processing script and specific files to use the regridded data instead (impact should be extremely minimal).