Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The run.mitgcm* scripts will copy data.exch2.13np or data.exch2.96np to a file named data.exch2, so that you won't forget to do this yourself.

Debug run

HelloTo submit a debugging run (on 13 CPUs), type the following commands:

Code Block
#### To run a debug Hg simulation ###
cd MITgcm_code/                         # Switch to main code directory
setcpus 13 hg                           # Pcks the proper SIZE.h and data.exch2 file for 13 CPUs
cd verification/global_hg_llc90/run     # Change to the Hg run directory
sbatch run.mitgcm.13np.1month           # Submit the run to SLURM

#### To run a debug PFOS simulation ###
cd MITgcm_code/                         # Switch to main code directory
setcpus 13 pfos                         # Picks the proper SIZE.h and data.exch2 file for 13 CPUs
cd verification/pfos/run                # Change to the Hg run directory
sbatch run.mitgcm.13np.1month           # Submit the run to SLURM

#### To run a debug PCB simulation ###
cd MITgcm_code/                         # Switch to main code directory
setcpus 13 pcb                          # Picks the proper SIZE.h and data.exch2 file for 13 CPUs
cd verification/pfos/run                # Change to the Hg run directory
sbatch run.mitgcm.13np.1month           # Submit the run to SLURM

 

1-month run

Hello

20 year run

...