41 | | |
42 | | Let’s make a job. |
43 | | - Change the config.card |
44 | | o JobNumProc is no longer used by libIGCM. |
45 | | o Rebuild frequency has to be correctly set |
46 | | |
47 | | - The routing requires some new (actually old) settings as well: These settings can be copied from a FG_CRUJRA_HIST/COMP/sechiba.card |
48 | | - Other paths on to the orchideeshare folder may also have to be changed |
49 | | - The models runs but there are problems with the rebuild. We installed the complete IOIPSL so we could use the rebuild from IOIPSL. Change the path to rebuild in : libIGCM_sys/libIGCM_sys_irene.ksh export PATH=${PATH}:/ccc/work/cont003/gen6328/p86ghatt/SIMULATION_ORCHIDEE/ORCr1383/modipsl/modeles/IOIPSL/build/bin |
50 | | - The problem shows some resistance thus TRY manual: |
51 | | o Load the correct modules |
52 | | o The file name of the exe was slightly different. After changing the name the script worked. Let’s go back to libIGCM |
53 | | - As another debugging test, try the option NONE for RebuildFrequency in config.card and launch the rebuild script as a job. In libIGCM_sys_irene.ksh there is a switch between computing and post-processing. Depending on whether the rebuilding is done as part of the job or launched as a post processing job after the actual calculations different paths seems to be used. |
54 | | - Remember to delete the rebuild folders because as a precaution this is no longer done automatically. It was possible that all files were deleted even if the rebuild was not successful. That would imply that the whole simulation had to be rerun. |
| 47 | The models runs but there were problems with the rebuild. |
| 48 | * We installed the complete IOIPSL so we could use the rebuild from IOIPSL. |
| 49 | * Change the path to rebuild in libIGCM_sys/libIGCM_sys_irene.ksh export {{{PATH=${PATH}:/ccc/work/cont003/gen6328/p86ghatt/SIMULATION_ORCHIDEE/ORCr1383/modipsl/modeles/IOIPSL/build/bin}}} |
| 50 | * If the problem persists, try some manual interventions: |
| 51 | * Load the correct modules |
| 52 | * The file name of the exe was slightly different. After changing the name the script worked. Let’s go back to libIGCM |
| 53 | * As another debugging test, try the option NONE for RebuildFrequency in config.card and launch the rebuild script as a job. In libIGCM_sys_irene.ksh there is a switch between computing and post-processing. Depending on whether the rebuilding is done as part of the job or launched as a post processing job after the actual calculations different paths seems to be used. |
| 54 | * Remember to delete the rebuild folders because as a precaution this is no longer done automatically. It was possible that all files were deleted even if the rebuild was not successful. That would imply that the whole simulation had to be rerun. |