/[MITgcm]/MITgcm/verification/global_with_CFC11/README
ViewVC logotype

Diff of /MITgcm/verification/global_with_CFC11/README

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

revision 1.1.2.2 by dimitri, Fri May 2 22:55:33 2003 UTC revision 1.1.2.2.2.1 by dimitri, Sat May 3 04:27:34 2003 UTC
# Line 6  protocol (http://www.ipsl.jussieu.fr/OCM Line 6  protocol (http://www.ipsl.jussieu.fr/OCM
6  CFC-11 output in mol/m^3 is output in files TR1.*.data  CFC-11 output in mol/m^3 is output in files TR1.*.data
7  Example of how to read this output file using matlab is  Example of how to read this output file using matlab is
8  in input/lookat.m  in input/lookat.m
9    
10    Configuring and running the 50-year JPL telescoping integration:
11    
12    1) get code:
13    
14    setenv CVSROOT :pserver:cvsanon@mitgcm.org:/u/u0/gcmpack
15    cvs login ( CVS password: cvsanon )
16    cvs co -r release1_P15 MITgcm
17    
18    2) compile code:
19    
20    cd MITgcm/bin
21    cp ../verification/global_with_CFC11/code50yr/*.h .
22    cp ../verification/global_with_CFC11/code50yr/*.F .
23    cp ../verification/global_with_CFC11/code50yr/.genmakerc .
24    ../tools/genmake -mpi -platform=o2k -makefile
25    make depend
26    make
27    
28    3) run code for first spin-up year (1931)
29    
30    cd ../exe
31    
32    get forcing files:
33    Depth.data         NCEP_1948_sw       NCEP_1948_vstr     lev_clim_temp.bin
34    NCEP_1948_emp      NCEP_1948_trb      run-off.bin_1x1    lev_clim_salt.bin
35    NCEP_1948_sst      NCEP_1948_ustr     salt_14months.bin
36    
37    cp ../verification/global_with_CFC11/input50yr/* .
38    
39    
40    
41    
42    wind stress and heat fluxes (incl radiation) are labeled by
43    NCEP as 0h,6h,12h, and 18h. However, they represent
44    averages over 0-6h,6-12h,12-18h, and 18-24h.
45    
46    air temperature, specific humidity, wind speed and
47    precipitation are labeled identically by NCEP but represent
48    instantaneous forecast values at 6h,12h,18h, and 24h.

Legend:
Removed from v.1.1.2.2  
changed lines
  Added in v.1.1.2.2.2.1

  ViewVC Help
Powered by ViewVC 1.1.22