Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions configure_MITgcm_bfm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@ mkdir -p $MYCODE $NAMELISTS
cp $COUPLERDIR/BFMcoupler*.F $MYCODE
cp $COUPLERDIR/BFMcoupler*.h $MYCODE


cp MITgcmBFM_custom/*.F $MYCODE
cp MITgcmBFM_custom/*.h $MYCODE


cd $COUPLERDIR
${PYTHON_CMD} passivetrc_reducer_8chars.py -i $BFMDIR/build/tmp/OGS_PELAGIC/namelist.passivetrc -o $NAMELISTS/namelist.passivetrc

Expand Down
4 changes: 4 additions & 0 deletions downloader_MITgcm_bfm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,7 @@ cd $OGSTM_HOME
git clone https://github.com/MITgcm/MITgcm.git
cd MITgcm
git checkout -b $MITGCM_TAG $MITGCM_TAG

cd $OGSTM_HOME
git clone git@github.com:inogs/MITgcmBFM_custom.git