Ignore:
Timestamp:
Jan 14, 2025, 4:05:38 PM (2 weeks ago)
Author:
jbclement
Message:

COMMON:
Follow-up of r3574:

  • Small corrections to make it work with Git;
  • Addition of the functionality with the programs 'Generic newstart' and 'Generic start2archive';
  • Improvements of the visualization format;
  • Diplaying version control information of every sub-folder in the "trunk" instead of only the "trunk" (who can do more can do less).

JBC

File:
1 edited

Legend:

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

    r3574 r3576  
    8282c et autres:
    8383c----------
    84       character(100) :: arg ! To read command-line arguments
    8584
    8685c Variables pour les lectures NetCDF des fichiers "start_archive"
     
    215214
    216215if (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 program
    218     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)))
    219218        case('version')
    220219            call print_version_info()
Note: See TracChangeset for help on using the changeset viewer.