EC-Earth-README 947 B

123456789101112131415161718192021222324252627282930313233343536
  1. To use the LUCIA tool, you need first to activate some output. This is done
  2. with the LUCIA entry in either:
  3. runtime/classic/config-run.xml
  4. or
  5. runtime/autosubmit/config-run.xml
  6. You have three options (-1, -2 and -3), but "-2" is not supported yet in
  7. EC-Earth3.
  8. * If you use the legacy option (-1), then follow the instructions in the
  9. (original) README. It boils down to:
  10. # compile the tool
  11. cd sources/oasis3-mct/util/lucia
  12. F90=ifort ./lucia -c
  13. # copy it to your experiment run directory
  14. cp lucia.exe <RUNDIR>
  15. cp lucia <RUNDIR>
  16. cp balance.gnu <RUNDIR>
  17. # apply it
  18. cd <RUNDIR>
  19. lucia
  20. * To use the Lucia-Lite tool (option -3), follow the instructions in
  21. lucia-lite_README.md. Essentially:
  22. # copy the tool to your experiment run directory
  23. cd sources/oasis3-mct/util/lucia
  24. cp lucia-lite.py <RUNDIR>
  25. # apply it
  26. cd <RUNDIR>
  27. python3 lucia_lite.py average 10 10 40