Opened 6 years ago

Closed 5 years ago

Last modified 5 years ago

#537 closed task (fixed)

Defined new sub-variables j_s_limit and n_iter_limit [0.5 d]

Reported by: Ian Culverwell Owned by: Ian Culverwell
Priority: normal Milestone: ROPP9.1 carry over
Component: ropp_1dvar Version: 9.0
Keywords: Cc:

Description

Change history (8)

comment:1 by Ian Culverwell, 6 years ago

Owner: changed from Kent Bækgaard Lauritsen to Ian Culverwell
Status: newassigned

comment:2 by Ian Culverwell, 6 years ago

Component: ROPP(all)ropp_1dvar

comment:3 by Ian Culverwell, 5 years ago

Included at r5889. Note that the new parameters will retain their default values of

    ! Scaled cost function that 2J/m must not exceed
    REAL(wp)                    :: j_s_limit                  = 50_wp
    ! Number of iterations  that must not be exceeded
    INTEGER                     :: n_iter_limit               = 50

as they aren't (yet) included in any of the standard configuration files.

comment:4 by Ian Culverwell, 5 years ago

Resolution: fixed
Status: assignedclosed

ROPP_1DVAR UG updated with these new parameters at r5890. Closing ticket.

comment:5 by Ian Culverwell, 5 years ago

Fix small typo in ropp_1dvar_types.f90 at r5892.

comment:6 by Ian Culverwell, 5 years ago

(Some improvements to the written output, arising from this change, have been committed at r5958.)

comment:7 by Ian Culverwell, 5 years ago

(A change to increase ulimit to unlimited in test_1dvar_iono.sh has been made at r5959, because this test needs more than the 8192 Kibytes that are the RHEL7 default.)

comment:8 by Ian Culverwell, 5 years ago

We agreed at the ROPP CG meeting in Nov 2019 to revert j_s_limit to its previous default value of 5.0. This has been done at r6249. It causes no problems with the core tests.

Note: See TracTickets for help on using tickets.