/[MITgcm]/MITgcm_contrib/ocean_inversion_project/README_gasflux
ViewVC logotype

Annotation of /MITgcm_contrib/ocean_inversion_project/README_gasflux

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


Revision 1.1 - (hide annotations) (download)
Fri Mar 17 15:39:02 2006 UTC (19 years, 4 months ago) by dimitri
Branch: MAIN
Set-up computation of tracer Green functions with constant surface
forcing for Nir Krakauer's paper.

1 dimitri 1.1 Instructions for computing Green functions with constant surface
2     forcing for Nir Krakauer's paper on Columbia.
3     Assume that surface forcing files are available in MITgcm/../iter69
4     ===================================================================
5    
6     1 ===> get MITgcm code from cvs repository
7    
8     cvs co -r checkpoint51n_branch MITgcm_code
9     cvs co -r checkpoint51n_branch MITgcm/verification/testreport
10     cvs co -r checkpoint51n_branch MITgcm/verification/global_with_exf
11    
12     2 ===> put MITgcm_contrib/ocean_inversion_project in MITgcm directory
13    
14     cd MITgcm
15     cvs co -d ocean_inversion_project MITgcm_contrib/ocean_inversion_project
16    
17     3 ===> compile and link
18    
19     mkdir bin exe
20     cd bin
21     \cp ../ocean_inversion_project/code_ecco1x1/* .
22     \mv ptracers_forcing_surf.F_gasflux ptracers_forcing_surf.F
23     \mv ptracers_init.F_gasflux ptracers_init.F
24     \mv PTRACERS.h_gasflux PTRACERS.h
25     \cp SIZE.h.36 SIZE.h
26     \rm PTRACERS_OPTIONS.h* ptracers_read_takahashi.F
27     ../tools/genmake2 -of linux_ia64_ifort+mpi_altix_nas
28     make depend
29     make -j
30    
31     cd ../exe
32     \cp ../ocean_inversion_project/input_ecco1x1/* .
33     \ln -sf ../../iter69/* .
34     \ln -sf ../ocean_inversion_project/region_mask/30reg_regionmask.bin .
35     qsub job_gasflux

  ViewVC Help
Powered by ViewVC 1.1.22