Ignore:
Timestamp:
Jan 29, 2025, 10:04:35 AM (36 hours ago)
Author:
jbclement
Message:

Mars PCM:
Bug correction introduced in r3574: the program has to be in a fixed-form Fortran format.
JBC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/dynphy_lonlat/phymars/newstart.F

    r3576 r3604  
    213213
    214214
    215 if (command_argument_count() > 0) then ! Get the number of command-line arguments
    216     call get_command_argument(1,txt) ! Read the argument given to the program
    217     select case (trim(adjustl(txt)))
    218         case('version')
    219             call print_version_info()
    220             stop
    221         case default
    222             error stop 'The argument given to the program is unknown!'
    223     end select
    224 endif
     215      if (command_argument_count() > 0) then ! Get the number of command-line arguments
     216          call get_command_argument(1,txt) ! Read the argument given to the program
     217          select case (trim(adjustl(txt)))
     218              case('version')
     219                  call print_version_info()
     220                  stop
     221              case default
     222                  error stop 'The argument given to the program is '
     223     &//'unknown!'
     224          end select
     225      endif
    225226
    226227c sortie visu pour les champs dynamiques
Note: See TracChangeset for help on using the changeset viewer.