Ignore:
Timestamp:
Jan 14, 2025, 4:05:38 PM (39 hours 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.GENERIC/libf/phystd/dyn1d/rcm1d.F

    r3574 r3576  
    166166      LOGICAL :: moderntracdef=.false. ! JVO, YJ : modern traceur.def
    167167
    168       character(100) :: arg ! To read command-line arguments
    169 
    170168c=======================================================================
    171169c INITIALISATION
    172170c=======================================================================
    173171      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 program
    175           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)))
    176174              case('version')
    177175                  call print_version_info()
Note: See TracChangeset for help on using the changeset viewer.