--- MITgcm/verification/global_with_CFC11/README 2003/06/17 16:22:56 1.1.2.2.2.8 +++ MITgcm/verification/global_with_CFC11/README 2005/08/25 20:20:50 1.1.2.2.2.10 @@ -30,7 +30,7 @@ cp ../verification/global_with_CFC11/code4x4/*.F . ../tools/genmake -mpi -platform=ames_opt -makefile make depend -make +make -j --- @@ -126,6 +126,40 @@ ============================================================== +Configuring and running the ecco1x1 configuration with CFC11. +Surface forcing files are assumed available in MITgcm/../iter69 + +1) get code: + + cvs co -r release1_50yr MITgcm_code + cvs co -r release1_50yr MITgcm/verification/global_with_CFC11 + cd MITgcm + cvs co -d ocean_inversion_project MITgcm_contrib/ocean_inversion_project + +2) compile code: + + mkdir bin exe + cd bin + \cp ../verification/global_with_CFC11/code1x1/* . + \cp ../verification/global_with_CFC11/code1x1/.g* . + ../tools/genmake -mpi -platform=columbia -makefile + make depend + make -j + +3) execute code + + cd ../exe + \cp ../verification/global_with_CFC11/input1x1/* . + ln -sf ../../iter69/* . + \cp ../verification/global_with_CFC11/input/cfc1112.atm . + \cp ../verification/global_with_CFC11/input/FICE . + \cp ../verification/global_with_CFC11/input/PATM . + \cp ../verification/global_with_CFC11/input/XKW . + qsub job.144 + + +============================================================== + Configuring and running the 50-year JPL telescoping integration with sea-ice: 1) get code: