Changeset 3576 for trunk/LMDZ.GENERIC/libf/phystd/dyn1d
- Timestamp:
- Jan 14, 2025, 4:05:38 PM (39 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/dyn1d/rcm1d.F
r3574 r3576 166 166 LOGICAL :: moderntracdef=.false. ! JVO, YJ : modern traceur.def 167 167 168 character(100) :: arg ! To read command-line arguments169 170 168 c======================================================================= 171 169 c INITIALISATION 172 170 c======================================================================= 173 171 if (command_argument_count() > 0) then ! Get the number of command-line arguments 174 call get_command_argument(1, arg) ! Read the argument given to the program175 select case (trim(adjustl( arg)))172 call get_command_argument(1,txt) ! Read the argument given to the program 173 select case (trim(adjustl(txt))) 176 174 case('version') 177 175 call print_version_info()
Note: See TracChangeset
for help on using the changeset viewer.