Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
--- MITgcm_contrib/ocean_inversion_project/README 2003/11/28 18:16:32 1.18
+++ MITgcm_contrib/ocean_inversion_project/README 2003/12/18 03:17:56 1.19
@@ -88,10 +88,10 @@
ln -sf ../ocean_inversion_project/takahashi/taka02_montlhy.bin .
cp data.stationary.1 data
mpirun -np 24 dplace -s1 mitgcmuv < /dev/null > & ! errlog &
-
+ (on orion: qsub job.orion)
==========================================================
-Instructions for carrying out time-dependent, 1765-2005,
+MPI instructions for carrying out time-dependent, 1765-2005,
anthropogenic carbon perturbation tracer experiments using
the global_ocean.90x40x15 configuration.
==========================================================
@@ -102,6 +102,8 @@
rm *
cp ../verification/global_with_exf/code/* .
cp ../ocean_inversion_project/code/* .
+ cp CPP_EEOPTIONS.h_mpi CPP_EEOPTIONS.h
+ cp SIZE.h_mpi SIZE.h
../tools/genmake2
(on orion: ../tools/genmake2 -of linux_ia64_efc+mpi)
make depend
@@ -116,7 +118,8 @@
ln -sf ../ocean_inversion_project/region_mask/30reg_regionmask.bin .
ln -sf ../ocean_inversion_project/takahashi/taka02_montlhy.bin .
ln -sf ../ocean_inversion_project/atm_co2/splco2_cis92a.dat .
- mitgcmuv > output .txt &
+ mpirun -np 24 dplace -s1 mitgcmuv < /dev/null > & ! errlog &
+ (on orion: qsub job.orion.td)
==========================================================
@@ -155,6 +158,25 @@
======================================================
+
+==========================================================
+Instructions for generating netcdf output files on orion
+==========================================================
+
+cd ocean_inversion_project/write_netCDF
+setenv F_UFMTENDIAN big
+
+(check that defaults in mk_output.F are appropriate)
+
+efc -W0 -WB mk_output.F write_nc_phys.F nc_util.F \
+ handle_errors.F write_nc_basisfnctns.F \
+ write_nc_diag_0D.F write_nc_diag_2D.F \
+ -I/u2/dmenem/software/netcdf-3.5.0/include \
+ -L/u2/dmenem/software/netcdf-3.5.0/lib -lnetcdf
+a.out
+
+
+======================================================
% some matlab code for looking at fort.10 debug files
load fort.10
| ViewVC Help | |
| Powered by ViewVC 1.1.22 |