...
Compile, build and run the RegCM with the below input files (regcm_basic.in and profile.in)
and submit the results (standard output).View file name regcm-input.zip 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 | ||
---|---|---|
|
...