Versions Compared

Key

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

...

  1. Compile, build and run the RegCM with the below input files (regcm_basic.in and profile.in)

    View file
    nameregcm-input.zip
    and submit the results (standard output).

  2. Bonus task: change jx and iy parameters in the input file to find the maximum size you can fit into the memory of your cluster.

Code Block
iy     = 100200,        # Try increasing this two numbers
jx     = 200,        # What are the max values you can run with?
View file
nameregcm_basic.in

...