Changeset 3576 for trunk/LMDZ.MARS/libf/dynphy_lonlat/phymars/newstart.F
- Timestamp:
- Jan 14, 2025, 4:05:38 PM (2 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/dynphy_lonlat/phymars/newstart.F
r3574 r3576 82 82 c et autres: 83 83 c---------- 84 character(100) :: arg ! To read command-line arguments85 84 86 85 c Variables pour les lectures NetCDF des fichiers "start_archive" … … 215 214 216 215 if (command_argument_count() > 0) then ! Get the number of command-line arguments 217 call get_command_argument(1, arg) ! Read the argument given to the program218 select case (trim(adjustl( arg)))216 call get_command_argument(1,txt) ! Read the argument given to the program 217 select case (trim(adjustl(txt))) 219 218 case('version') 220 219 call print_version_info()
Note: See TracChangeset
for help on using the changeset viewer.