-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Sina Khani edited this page Feb 8, 2024
·
27 revisions
Welcome to the Neverland wiki!
cd build/
. gen-makefile-FMS
. comp-FMS
cd build/
. gen-makefile-MOM6
. comp-MOM6
unlimit -s unlimited
module unload intel intelmpi
module load netcdf-fortran
module load intelmpi/5.0+intel-15.0
mpirun -n 16 ../build/Midway-intel/ocean_only/repro/MOM6
. sinteractive --partition=sandyb --nodes=4 --exclusive --constraint=ib --time=05:00:00
to get back to the original branch that includes Neverland configuration on Midway:
cd src\MOM6
. git checkout skhani/Neverland
. git checkout dev/master
. git pull https://github.com/NOAA-GFDL/MOM6.git dev/master
. git checkout skhani/Neverland
. git merge dev/master
- And if we need a submodule update (new commits) do also the following
. git submodule update
. git add
. git commit
. git push -u https://github.com/sinakhani/Neverworld
. git clone --recursive https://github.com/NOAA-GFDL/MOM6-examples.git MOM6-examples
. git add "file name" or git rm -r "file name"
. git commit -m 'I add new file!'
. git push -u https://github.com/sinakhani/Anisotropic-SGS-in-LES
. navigate to "[global-workflow]" on GitHub.com
. click on Fork in the top right corner
. select "Copy the develop branch only"
. clone the code into your directory from the branch you just created