Skip to content

lgloege/MITgcm-ballast-model-1D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MITgcm-ballast-model-1D

Introduction

Code used in Gloege et al. 2017

  • source = directory with model source code (do not modifity this)
  • inputs = the inputs used to force the model in different provinces
  • code = modified source code is here
  • running = directory where you run the compiled model
  • build_MITgcm.bash = script used to build and compile the model

Compile

Set the paths to model source code, modified code, and optifle in build_MITgcm.bash

Then compile the model with ./build_MITgcm.bash

Run model

The model is currently configured for the NADR province.

In the data files, change the paths to correct forcing files in inputs.

Then use run_1d_MITgcm_habanero.sh to run the model. Make sure you moved the mitgcmuv executable from the build directory. This is currently setup to use the Habanero cluster at Columbia University.