README_COUPLING_PLASIM_PUMA 1.2 KB

12345678910111213141516171819202122232425262728293031
  1. Coupling PLASIM and PUMA requires some handwork currently.
  2. This is a quick introduction:
  3. 1) Start most.x and select:
  4. PUMA, CPU's=1, Instances=2, Orography, Annual Cycle, NSYNC=1, SYNCSTR=0.1
  5. 2) Click on "Save and Exit"
  6. 3) Copy the contents of puma/run to a new directory, say $WORK/run
  7. 4) PUMA will get the instance number #1, so files ending with _01
  8. are necessary for PUMA
  9. 5) Start most.x and select:
  10. PLASIM, CPU's=1, Instances=2, NSYNC=1, SYNCSTR=0.1
  11. 6) Click on "Save & Exit"
  12. 7) Change to plasim/run
  13. 8) Copy the plasim executable to $WORK/run
  14. 9) Copy all *.sra files to $WORK/run
  15. 10) Copy all *_00 files to $WORK/run
  16. 11) Change to $WORK/run
  17. 12) Edit puma_namelist_00 (for PLASIM)
  18. 13) Insert NEQSIG=1
  19. 14) Insert N_DAYS_PER_YEAR=360
  20. 15) If you want to run with (two!) GUI's then copy
  21. from puma/dat/GUI.cfg to $WORK/run/GUI_01.cfg
  22. from plasim/dat/GUI.cfg to $WORK/run/GUI_00.cfg
  23. 16) Write a new run script for organizing output from both models,
  24. plasim files have the appendix "_00" and puma files "_01".
  25. 17) Or try it out b directly calling:
  26. openmpiexec -np 1 most_plasim_t21_l10_p1.x : -np 1 most_puma.x 32 10
  27. 18) Any help, e.g. a new runscript for coupled runs is appreciated.