New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 2448 – NEMO

Changeset 2448


Ignore:
Timestamp:
2010-12-02T12:25:48+01:00 (13 years ago)
Author:
smasson
Message:

nemo_v3_3_beta: minor bugfix in WEIGHTS tools

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  
    9494 
    9595  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) 
    102101   
    103102[Note that because the gfortran compiler does not understand the iargc function  
     
    112111entries are identical in the two namelist files, see Controls section below): 
    113112  
    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) 
    118116 
    119117Controls 
  • branches/nemo_v3_3_beta/NEMOGCM/TOOLS/WEIGHTS/nocsutil/scripshape.F90

    r2352 r2448  
    314314      INTEGER :: ioldfill 
    315315      CHARACTER(LEN=2) :: cs 
    316       SAVE ncid 
     316      SAVE ncid, Lontdid, Lattdid 
    317317! 
    318318      IF(k*n.eq.1) THEN 
  • branches/nemo_v3_3_beta/NEMOGCM/TOOLS/WEIGHTS/src/scripshape.F90

    r2352 r2448  
    314314      INTEGER :: ioldfill 
    315315      CHARACTER(LEN=2) :: cs 
    316       SAVE ncid 
     316      SAVE ncid, Lontdid, Lattdid 
    317317! 
    318318      IF(k*n.eq.1) THEN 
Note: See TracChangeset for help on using the changeset viewer.