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.
scripgrid.F90 in utils/tools/WEIGHTS/src – NEMO

source: utils/tools/WEIGHTS/src/scripgrid.F90 @ 13204

Last change on this file since 13204 was 13204, checked in by smasson, 4 years ago

tools: update with tools_dev_r12970_AGRIF_CMEMS

  • Property svn:executable set to *
File size: 364 bytes
Line 
1! ==============================================================================
2
3PROGRAM scripgrid
4
5  USE scripgrid_mod
6
7  CHARACTER(char_len) :: infile
8
9  if (COMMAND_ARGUMENT_COUNT() == 1) then
10    CALL GET_COMMAND_ARGUMENT(1, infile)
11  else
12  write(6,*) 'enter name of namelist file'
13  read(5,*) infile
14  endif
15
16  CALL convert( infile )
17
18END PROGRAM scripgrid
Note: See TracBrowser for help on using the repository browser.