Changes between Version 3 and Version 4 of Projects/INSPECT/ShaCoNEMO-ORCA1-ARCHER
- Timestamp:
- 22/11/16 17:18:01 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Projects/INSPECT/ShaCoNEMO-ORCA1-ARCHER
v3 v4 87 87 }}} 88 88 89 Then c opy in the new ARCHER configuration file [attachment:arch-XC30_NCAS_ARCHER.fcm arch-XC30_NCAS_ARCHER.fcm]. To copy from the ARCHER filesystem:89 Then create a new ARCHER configuration file in this directory [attachment:arch-XC30_NCAS_ARCHER.fcm arch-XC30_NCAS_ARCHER.fcm]: 90 90 {{{ 91 cp /work/n02/n02/annette/nemo/NEMOGCM_3.6_r6969/ARCH/arch-XC30_NCAS_ARCHER.fcm . 91 wget http://cms.ncas.ac.uk/attachment/wiki/CmsOnly/Annette/NEMO-howto/arch-XC30_NCAS_ARCHER.fcm 92 92 }}} 93 93 Note this uses the compile flags used for the Met Office GO6 runs. … … 97 97 cd ../CONFIG 98 98 }}} 99 And create a batch submission script for the compilation, such as 99 And create a batch submission script for the compilation [attachment:build_nemo.pbs build_nemo.pbs]: 100 {{{ 101 wget http://cms.ncas.ac.uk/attachment/wiki/CmsOnly/Annette/NEMO-howto/build_nemo.pbs 102 }}} 103 Edit the PBS headers in the file to set your own project code: 104 {{{ 105 #PBS -A <xxx> 106 }}} 107 This build script sets the ARCHER modules required to build with the XIOS library described above, plus it removes the pre-processor flag `key_xios2` for building with XIOS-1, and adds `key_nosignedzero`. 100 108 101 3. 109 3. Then submit the build script: 110 {{{ 111 qsub build_nemo.pbs 112 }}} 113 A new directory O1L3P 114 115 == Model run == 116 117 1. 102 118 Copy in the XIOS-1 XML files (by default the configuration is set up for XIOS-2): 103 119 {{{ … … 107 123 }}} 108 124 109 3. Next edit the pre-processor build flags in110 125 == Working practices == 111 126