/[MITgcm]/MITgcm_contrib/ESMF/mytools/scommand
ViewVC logotype

Contents of /MITgcm_contrib/ESMF/mytools/scommand

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


Revision 1.1 - (show annotations) (download)
Mon Feb 16 01:07:15 2004 UTC (21 years, 5 months ago) by cnh
Branch: MAIN
CVS Tags: adoption_1_0_pre_A, HEAD
Error occurred while calculating annotation data.
Files from work with Erik

1 #
2 # sed command that makes remaining real variables (i.e. not _RL or _RS) real*8
3 # this is needed because mdsio_readfile() etc... abuse the types of the array
4 # passed over their interface. f90 compilers see the call and the interface
5 # within the same module at the moment and get upset.
6 #
7 # command reads "mitgcm_org_ocn_mod.F" and writes "foo.F"
8 #
9 # command is source'd from mkmod.sh
10 #
11 cat mitgcm_org_ocn_mod.F | sed s'/\(^ *\)[Rr][Ee][Aa][Ll]\( .*\)/\1REAL\*8\2/' > foo.F

  ViewVC Help
Powered by ViewVC 1.1.22