Custom Query (986 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (814 - 816 of 986)

Ticket Owner Reporter Resolution Summary
#971 arango Done IMPORTANT: Updating github.com/myroms/roms Repository
Description
  • Starting January 1, 2025, ROMS will be distributed exclusively via GitHub. In preparation for that transition, this PR removes any linkage to the deprecated SVN repository. The .git_filters/id.smudge, written in Perl, will add the following line to each of the source code files:
    #include "cppdefs.h"
          MODULE wrt_his_mod
    !
    !git $Id: 180e8620 2024-07-10 19:39:12 UTC arango $
    !================================================== Hernan G. Arango ===
    !  Copyright (c) 2002-2024 The ROMS/TOMS Group                         !
    !    Licensed under a MIT/X style license                              !
    !    See License_ROMS.md                                               !
    !=======================================================================
    
  • The smudge filter expands the !git $Id$ to include helpful information like:
    • Last eight characters of the git hash commit
    • Date of the commit in Universal Standard Time
    • Author of the commit modification
  • If the user wants this information in their copy of the ROMS source code, you must force the smudge filter to run on the source code you downloaded. This takes several minutes but only needs to be done once:
        > git config filter.id.smudge ".git_filters/id.smudge %f"
        > git config filter.id.clean ".git_filters/id.clean %f"
        > rm .git/index
        > git checkout HEAD -- "$(git rev-parse --show-toplevel)"      (for bash shells)
        > git checkout HEAD -- "`git rev-parse --show-toplevel`"       (for csh/tcsh shells)
    
  • Removed obsolete ROMS/Version.
#972 arango Done VERY IMPORTAMT: Fixing ROMS-JEDI LinearModel Unit Tests and Sanity Checks
Description

This update includes corrections and updates to several routines to fix the ROMS-JEDI LinearModel Unit Tests, guaranteeing the symmetry of the TLM/ADM operators and convergence of the 4D-Var algorithms.

For more details, please check the following update:

https://github.com/myroms/roms/pull/30

#973 arango Done IMPORTANT: 4D-Var Incremental Analysis Update (IAU)
Description

Added the capability for 4D-Var Incremental Analysis Update (IAU). For more details, please check the following PR:

https://github.com/myroms/roms/pull/38

It is now available in the feature/IAU branch. It will be merged into the develop branch after testing.

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