Source code to run the code developed for the paper 'Four-dimensional variational data assimilation with a sea-ice thickness emulator'.
To install environment:
conda env create -f environment.ymlTo activate the environment:
conda activate envThe code to build the two datasets, the first one to train
Original Files are download from nextsim NANUK outputs [1]. Those files are available through the SASIP github. link to neXtSIM outputs. Forcings were dowloaded from ERA5 file link
Dataset is build and save under netCDF file with make_dataset script.
python make_dataset.pyTo build the dataset with a TFRecord architecture, use make_tfrecord script
python make_tfrecord.pyBoth datasets, need to be created.