/[MITgcm]/MITgcm_contrib/ecco_darwin/v2_cs510_Brix/readme.txt
ViewVC logotype

Diff of /MITgcm_contrib/ecco_darwin/v2_cs510_Brix/readme.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1 by dimitri, Tue Aug 28 14:59:04 2018 UTC revision 1.3 by dimitri, Thu Oct 4 21:48:19 2018 UTC
# Line 1  Line 1 
1  # Build executable for ECCO-Darwin version 3  # Build executable for ECCO-Darwin version 2 (ag4)
2  # with circa-2011 MITgcm code, equivalent to  # corresponding to optimized solution in Brix et al. (2015)
3  # /nobackup/hbrix/MITgcm_110502/build_darwin_p6/mitgcmuv  # This reproduces executable with circa-2011 MITgcm code from
4    # /nobackup/hbrix/MITgcm_110502/build_darwin_ag4/mitgcmuv
5    
6  cvs -d :pserver:cvsanon:cvsanon@mitgcm.org:/u/gcmpack co -D "2011-05-12 10:30:47" MITgcm_code  cvs -d :pserver:cvsanon:cvsanon@mitgcm.org:/u/gcmpack co -D "2011-05-12 10:30:47" MITgcm_code
7  cvs -d :pserver:cvsanon:cvsanon@mitgcm.org:/u/gcmpack co -D "2011-05-12 10:30:47" MITgcm_contrib/darwin/pkg/darwin  cvs -d :pserver:cvsanon:cvsanon@mitgcm.org:/u/gcmpack co -D "2011-05-12 10:30:47" MITgcm_contrib/darwin/pkg/darwin
8  cvs -d :pserver:cvsanon:cvsanon@mitgcm.org:/u/gcmpack co MITgcm_contrib/ecco_darwin/v3_cs510_Brix  cvs -d :pserver:cvsanon:cvsanon@mitgcm.org:/u/gcmpack co MITgcm_contrib/ecco_darwin/v2_cs510_Brix
9  cd MITgcm/pkg  cd MITgcm/pkg
10  ln -sf ../../MITgcm_contrib/darwin/pkg/darwin .  ln -sf ../../MITgcm_contrib/darwin/pkg/darwin .
11  cd ..  cd ..
# Line 13  cd build Line 14  cd build
14  module purge  module purge
15  module load comp-intel/2016.2.181 mpi-sgi/mpt.2.14r19 hdf4/4.2.12 hdf5/1.8.18_mpt netcdf/4.4.1.1_mpt  module load comp-intel/2016.2.181 mpi-sgi/mpt.2.14r19 hdf4/4.2.12 hdf5/1.8.18_mpt netcdf/4.4.1.1_mpt
16  ../tools/genmake2 -of \  ../tools/genmake2 -of \
17      ../../MITgcm_contrib/ecco_darwin/v3_cs510_Brix/code/linux_amd64_ifort+mpi_ice_nas \      ../../MITgcm_contrib/ecco_darwin/v2_cs510_Brix/code/linux_amd64_ifort+mpi_ice_nas \
18      -mo ../../MITgcm_contrib/ecco_darwin/v3_cs510_Brix/code      -mo ../../MITgcm_contrib/ecco_darwin/v2_cs510_Brix/code
19  make depend  make depend
20  make -j 16  make -j 16
21    
22  ==============  ==============
23  # Instructions for running Version 3 (cg1) to 2009-2013.  # Instructions for running Version 2 (ag4) to 2009-2010.
24    # lou:~hbrix/ECCO2/darwin_ag4
25    #
26    # darwin_ag4:
27    # Starting beginning of 2009 from a weighted combination of the ptracers
28    # and dic pickup files from darwin runs 'a4v' 'a5v' 'a6v' 'a7v' 'a9v'
29    # with fact1 = 0.16033; fact2 = 0.56404; fact3 = -0.077899; fact4 = 0.10418;
30    # fact5 = 0.24935; Base run is a5v. Factors are from Green's
31    # function analysis of these four runs for 2009/10 using LDEO surface
32    # pCO2, Takahashi pCO2 climatology (variability, not absolute values and
33    # the global mean CO2 flux for 2010. pickup and pickup_seaice file are
34    # from 2009 adjoint integration.
35    #
36    # runs={'a4v' 'a5v' 'a6v' 'a7v' 'a9v'}; gfrun='ag4';
37    # fact1 = 0.16033;
38    # fact2 = 0.56404;
39    # fact3 = -0.077899;
40    # fact4 = 0.10418;
41    # fact5 = 0.24935;
42    # piston velocity factor in dic_surfforcing.F from 0.337 to 0.34822
43    # R_PICPOC in darwin_generate_phyto.F from 0.04 to 0.133.
44    # optimization based on:
45    #     'a4v'    'a6v'    'a7v'    'a9v'    'a10v'    'a13v'
46    # Globflux_err = 0.01
47    # a5v -0.57061
48    # a4v 0.16033 +/- 0.010098
49    # a6v -0.077899 +/- 0.035022
50    # a7v 0.10418 +/- 0.0089553
51    # a9v 0.24935 +/- 0.0076539
52    # a10v -0.41537 +/- 0.047835
53    #  -> piston factor = 0.34822
54    # a13v 1.55 +/- 0.064771
55    #  -> R_PICPOC = 0.133
56    # global-mean flux: -2.5471
57    
58  cd ..  cd ..
59  mkdir run  mkdir run
60  cd run  cd run
61  ln -sf ../build/mitgcmuv .  ln -sf ../build/mitgcmuv .
62  cp ../../MITgcm_contrib/ecco_darwin/v3_cs510_Brix/input/* .  cp ../../MITgcm_contrib/ecco_darwin/v2_cs510_Brix/input/* .
63  ln -sf ~dmenemen/CMS/run_template_cg1/darwin* .  ln -sf ~dmenemen/CMS/run_template_cg1/darwin* .
64  ln -sf ~dmenemen/CMS/run_template_cg1/DIFFKR_2_20_1_lat6070_cube81 .  ln -sf ~dmenemen/CMS/run_template_cg1/DIFFKR_2_20_1_lat6070_cube81 .
65  ln -sf /nobackup/hzhang1/cs510/run_template/GEBCO_510x6x510_ver06_dig.bin .  ln -sf /nobackup/hzhang1/cs510/run_template/GEBCO_510x6x510_ver06_dig.bin .
# Line 41  ln -sf /nobackup/hzhang1/cs510/run_templ Line 75  ln -sf /nobackup/hzhang1/cs510/run_templ
75    
76  # modify run_darwin_450 as needed  # modify run_darwin_450 as needed
77  qsub run_darwin_450  qsub run_darwin_450
78    
79    ##############################################################
80    # From ftp://ecco.jpl.nasa.gov/ECCO2/Darwin/CarbFlux_v2
81    # Global Attributes:
82    # description             = 'ECCO2-Darwin CS510 run ag4 monthly average'
83    # MITgcmUV_version        = 'checkpoint62w'
84    # IntegrationPeriod       = '2009-01-01 -- 2010-12-31'
85    # InitialConditionsPhysics= 'ECCO2-CS510 ver. 2 (adjoint), Jan09-Apr10,
86    #                            iter. 22.'
87    # InitialConditionsBGC    = 'Linear combination of the initial conditions of
88    #                            five sensitivity experiments for all
89    #                            biogeochemical tracers (Greens functions run ag4)'
90    # SurfaceForcingPhysics   = 'ECCO2-CS510 ver. 2 (adjoint), Jan09-Apr10,
91    #                            iter. 22. JRA-25 after Apr10.'
92    # SurfaceForcingBGC       = 'Time and space variable atmospheric pCO2 blended
93    #                            from daily 2009 GEOS-Chem results provided by K.
94    #                            Bowman (JPL) on 3/3/2011 and global atmospheric
95    #                            monthly means from NOAA ESRL. Iron/dust
96    #                            climatological values from Mahowald (2006).'
97    # ModelParametersPhysics  = 'ECCO2-CS510 ver. 2 (adjoint), Jan09-Apr10,
98    #                            iter. 22.'
99    # ModelParametersBGC      = '5 phytoplankton species, set-up from Stephanie
100    #                            Dutkiewicz (MIT);  PIC phytoplankton production
101    #                            relative to organic carbon (R_PICPOC) = 0.133.'
102    # author                  = 'Holger Brix -- UCLA/JPL'
103    # date                    = '10-Feb-2012'
104    # contact                 = 'hbrix@ucla.edu'
105    
106    # From pfe:/home5/hbrix/README_runs
107    # darwin_ag4:
108    # Starting beginning of 2009 from a weighted comination of the ptracers
109    # and dic pickup files from darwin runs 'a4v' 'a5v' 'a6v' 'a7v' 'a9v'
110    # with fact1 = 0.16033; fact2 = 0.56404; fact3 = -0.077899; fact4 = 0.10418;
111    # fact5 = 0.24935; Base run is a5v. Factors are from Green's
112    # function analysis of these four runs for 2009/10 using LDEO surface
113    # pCO2, Takahashi pCO2 climatology (variability, not absolute values and
114    # the global mean CO2 flux for 2010. pickup and pickup_seaice file are
115    # from 2009 adjoint integration.
116    
117    # From pfe:/home5/hbrix/README_gf
118    # runs={'a4v' 'a5v' 'a6v' 'a7v' 'a9v'}; gfrun='ag4';
119    # fact1 = 0.16033;
120    # fact2 = 0.56404;
121    # fact3 = -0.077899;
122    # fact4 = 0.10418;
123    # fact5 = 0.24935;
124    # piston velocity factor in dic_surfforcing.F from 0.337 to 0.34822
125    # R_PICPOC in darwin_generate_phyto.F from 0.04 to 0.133.
126    # optimization based on:
127    #    'a4v'    'a6v'    'a7v'    'a9v'    'a10v'    'a13v'
128    # Globflux_err = 0.01
129    # a5v -0.57061
130    # a4v 0.16033 +/- 0.010098
131    # a6v -0.077899 +/- 0.035022
132    # a7v 0.10418 +/- 0.0089553
133    # a9v 0.24935 +/- 0.0076539
134    # a10v -0.41537 +/- 0.047835
135    # -> piston factor = 0.34822
136    # a13v 1.55 +/- 0.064771
137    # -> R_PICPOC = 0.133
138    # global-mean flux: -2.5471

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.22