Custom Query (964 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (847 - 849 of 964)

Ticket Owner Reporter Resolution Summary
#836 arango Fixed Small Corrections
Description
  • Added missing Ngrids argument to load_s1d call in read_asspar.F:
    #if defined W4DPSAS_FCT_SENSITIVITY && defined OBS_SPACE
                CASE ('OIFnameA')
                  label='OIFA - observartion impacts forecast, analysis'
                  Npts=load_s1d(Nval, Cval, Cdim, line, label, igrid,       &
         &                      Ngrids, Nfiles, OIFA)
                CASE ('OIFnameB')
                  label='OIFB - observartion impacts forecast, background'
                  Npts=load_s1d(Nval, Cval, Cdim, line, label, igrid,       &
         &                      Ngrids, Nfiles, OIFB)
    #endif
    
    Many thanks to Andy Moore and Patrik Drake for reporting this bug.
  • Added missing Ngrids argument to load_s1d call in read_phypar.F:
    #ifdef W4DPSAS_FCT_SENSITIVITY
    # ifndef OBS_SPACE
                CASE ('FOInameA')
                  label='FOIA - adjoint sensitivity functional A'
                  Npts=load_s1d(Nval, Cval, Cdim, line, label, igrid,       &
         &                      Ngrids, Nfiles, FOIA)
                CASE ('FOInameB')
                  label='FOIB - adjoint sensitivity functional B'
                  Npts=load_s1d(Nval, Cval, Cdim, line, label, igrid,       &
         &                      Ngrids, Nfiles, FOIB)
    # endif
                CASE ('FCTnameA')
                  label='FCTA - forecast state forward trajectory A'
                  Npts=load_s1d(Nval, Cval, Cdim, line, label, igrid,       &
         &                      Ngrids, Nfiles, FCTA)
                CASE ('FCTnameB')
                  label='FCTB - forecast state forward trajectory B'
                  Npts=load_s1d(Nval, Cval, Cdim, line, label, igrid,       &
         &                      Ngrids, Nfiles, FCTB)
    #endif
    
    Many thanks to Andy Moore and Patrik Drake for reporting this bug.
  • Added missing declaration for ENDtime and NEXTtime in ntimestep.F:
    #if defined MODEL_COUPLING && !defined MCT_LIB
    !
          real(dp) :: ENDtime, NEXTtime
    #endif
    
  • Corrected information in build_wrf.bash and build_wrf.sh scripts.
#837 arango Done Updated Copyright 2002-2020
Description

Updated the ROMS/TOMS Copyright to all algorithms:

  Copyright (c) 2002-2020 The ROMS/TOMS Group
     Licensed under an MIT/X style license
     See License_ROMS.txt

In case that you were wondering, the Copyright for the ROMS repositories is updated with the either of ROMS/Bin/copyright.sh or ROMS/Bin/copyright.bash by executing the script from the root of the repository:

ROMS/Bin/copyright.sh -verbose

For example, notice that in copyright.sh there are two sections that are used to update all files:

set search = "2002-2019 The ROMS/TOMS"
set replace = "2002-2020 The ROMS/TOMS"

and

if ( $setsvn == 1 ) then
  svn propset -R copyright '(c) 2002-2020 The ROMS/TOMS Group' Compilers
  svn propset -R copyright '(c) 2002-2020 The ROMS/TOMS Group' Data
  svn propset -R copyright '(c) 2002-2020 The ROMS/TOMS Group' ESM
  svn propset -R copyright '(c) 2002-2020 The ROMS/TOMS Group' Master
  svn propset -R copyright '(c) 2002-2020 The ROMS/TOMS Group' ROMS
  svn propset -R copyright '(c) 2002-2020 The ROMS/TOMS Group' User
  svn propset copyright '(c) 2002-2020 The ROMS/TOMS Group' . makefile
  svn propset copyright '(c) 2002-2020 The ROMS/TOMS Group' Waves/SWAN/Src/Module.mk
  svn propset copyright '(c) 2002-2020 The ROMS/TOMS Group' Waves/SWAN/Src/waves_coupler.F
else
  echo ""
  echo "Not updating svn properties."
  echo ""
endif

Notice that the svn properties for all the files and directories are also updated.

If this is done annually, the replacement is trivial. Otherwise, the search string needs to be modified accordingly.

Finally, this is required by our institutions to keep the Open Source license of ROMS.

#838 arango Done Tagged latest respository version as ROMS 3.8
Description

The current trunk revision (-r 999) is quite stable so we are tagging this as ROMS Version 3.8 and the beginning of ROMS Version 3.9. Please check the following forum ​message for information about this release.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.