diff --git a/configure_MITgcm_bfm.sh b/configure_MITgcm_bfm.sh index ecd85e2..0e683f9 100755 --- a/configure_MITgcm_bfm.sh +++ b/configure_MITgcm_bfm.sh @@ -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 diff --git a/downloader_MITgcm_bfm.sh b/downloader_MITgcm_bfm.sh index db38e93..81de4cb 100755 --- a/downloader_MITgcm_bfm.sh +++ b/downloader_MITgcm_bfm.sh @@ -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 +