Changeset 2448
- Timestamp:
- 2010-12-02T12:25:48+01:00 (14 years ago)
- Location:
- branches/nemo_v3_3_beta/NEMOGCM/TOOLS/WEIGHTS
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/nemo_v3_3_beta/NEMOGCM/TOOLS/WEIGHTS/README
r2352 r2448 94 94 95 95 cd data 96 scripgrid.exe namelist_reshape_bilin (creates remap_data_grid.nc 97 and remap_nemo_grid.nc) 98 scrip.exe namelist_reshape_bilin (creates data_nemo_bilin.nc) 99 100 scripshape.exe data_nemo_bilin.nc reshape_orca2_bilinear.nc 101 (creates reshape_orca2_bilinear.nc) 96 ../scripgrid.exe namelist_reshape_bilin (creates remap_data_grid.nc 97 and remap_nemo_grid.nc) 98 ../scrip.exe namelist_reshape_bilin (creates data_nemo_bilin.nc) 99 100 ../scripshape.exe namelist_reshape_bilin (creates reshape_orca2_bilinear.nc) 102 101 103 102 [Note that because the gfortran compiler does not understand the iargc function … … 112 111 entries are identical in the two namelist files, see Controls section below): 113 112 114 ../bin/scrip namelist_reshape_bicubic (creates data_nemo_bicubic.nc) 115 116 ../bin/scripshape data_nemo_bicubic.nc reshape_orca2_bicubic.nc 117 (creates reshape_orca2_bicubic.nc) 113 ../scrip.exe namelist_reshape_bicubic (creates data_nemo_bicubic.nc) 114 115 ../scripshape.exe namelist_reshape_bicubic (creates reshape_orca2_bicubic.nc) 118 116 119 117 Controls -
branches/nemo_v3_3_beta/NEMOGCM/TOOLS/WEIGHTS/nocsutil/scripshape.F90
r2352 r2448 314 314 INTEGER :: ioldfill 315 315 CHARACTER(LEN=2) :: cs 316 SAVE ncid 316 SAVE ncid, Lontdid, Lattdid 317 317 ! 318 318 IF(k*n.eq.1) THEN -
branches/nemo_v3_3_beta/NEMOGCM/TOOLS/WEIGHTS/src/scripshape.F90
r2352 r2448 314 314 INTEGER :: ioldfill 315 315 CHARACTER(LEN=2) :: cs 316 SAVE ncid 316 SAVE ncid, Lontdid, Lattdid 317 317 ! 318 318 IF(k*n.eq.1) THEN
Note: See TracChangeset
for help on using the changeset viewer.