Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added new capability in ice_forcing.F90 to test with JRA55 atmospheri… #350

Merged
merged 17 commits into from
Sep 19, 2019

Commits on Aug 14, 2019

  1. Added new capability in ice_forcing.F90 to test with JRA55 atmospheri…

    …c forcing on gx1 grid.
    rallard77 committed Aug 14, 2019
    Configuration menu
    Copy the full SHA
    2cabe04 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2019

  1. Configuration menu
    Copy the full SHA
    1665fbb View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2019

  1. Modified ice_forcing.F90 by replacing

    elseif (trim(atm_data_format) == 'nc') then ! netcdf
    
    with
    
    elseif (trim(atm_data_type) == 'JRA55') then ! netcdf
    
    Corrected comment regarding JRA55 forcing to state "E.g. record 1 gives conditions at 3 am GMT on 1 January"
    
    Modified ./scripts/options/set_nml.jra55 by
    setting use_restart_time = .false.
    setting year_init = 2005
    setting fyear_init - 2005
    and corrected units for precip_units    = 'mks'
    
    edited ./scripts/tests/base_suite.ts by reinstating bgc restart test and added a jra55 "short" smoke test.
    rallard77 committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    9e2b5d7 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2019

  1. fix an incorrect test in the base suite

    turner committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    fef27c9 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2019

  1. Add a check in init_forcing_atmo to check if 'use_leap_years' is set …

    …to true. If so, abort if the atm_data_type is not JRA55, default, or box2001
    turner committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    fe16a51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14c40a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e8d2ada View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    258544d View commit details
    Browse the repository at this point in the history
  5. Remove options in JRA55 namelist option file that are the same as the…

    … default in ice_in. Also remove the specification of use_restart_time to .false.
    turner committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    c2163e4 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2019

  1. merge master to branch

    apcraig committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    5d9ff5e View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2019

  1. fix a bug in the newly-implemented use_leap_years check during initia…

    …lization
    turner committed Sep 17, 2019
    Configuration menu
    Copy the full SHA
    5324441 View commit details
    Browse the repository at this point in the history
  2. add use_leap_years and use_restart_time specification to jra55 nameli…

    …st option file
    turner committed Sep 17, 2019
    Configuration menu
    Copy the full SHA
    91e0a63 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a2d7a78 View commit details
    Browse the repository at this point in the history
  4. modify the JRA55 smoke test to be a 90 day test and start in 2008. Al…

    …so add a restart test for JRA55 in base_suite
    turner committed Sep 17, 2019
    Configuration menu
    Copy the full SHA
    f01304e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    85814ad View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2019

  1. Configuration menu
    Copy the full SHA
    81db094 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2019

  1. Configuration menu
    Copy the full SHA
    b618fcd View commit details
    Browse the repository at this point in the history