Revision 3657e4066889b03de1ae808db02c049a13ccca7d authored by Alan V Di Vittorio on 08 December 2023, 23:14:38 UTC, committed by Alan V Di Vittorio on 08 December 2023, 23:14:38 UTC
The model successfully runs to completion for ZLND  with functional CO2
downscaling. The linearly downscaled CO2 data have been verified
within the GCAM repo code, but not yet in the fortran ehc code
(giac repo). Convergence downscaling has not been verified. Restarts
work properly. The gcam namelist has been updated to add several
options for convergence downscaling and the gcam co2 passing namelist
item has been corrected in name. A shell script has been added to
gcam/tools that generates the new input base co2 gridded files.
The fortran floating point exception checks are still off because
the model still fails due to untrapped GCAM nans if these are on
(which usually is only when DEBUG=TRUE). This allows for DEBUG to
be set to TRUE and for the model to run. The configuration for
the boost library for the ehc/gcam now points to the files in
the gcam repo for portability. The xerces library configuration
has been removed as it is no longer needed by GCAM.  The three repo
branches (e3sm, giac, gcam) at this commit work together
(at least for ZLND), and thse branches are set in the .gitmodules files.
1 parent 2cf7280
Raw File
LICENSE
Except for the separable pieces descibed below, E3SM is released
under the following 3-Clause BSD Open Source license.

*******************************************************************************
Copyright ©2021, UChicago Argonne, LLC All Rights Reserved

Software Name: Energy Exascale Earth System Model (E3SM)

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this 
list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice, 
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
3. Neither the names of UChicago Argonne, LLC or the Department of Energy nor 
the names of its contributors may be used to endorse or promote products
derived from this software without specific prior written permission.

THE SOFTWARE IS SUPPLIED "AS IS" WITHOUT WARRANTY OF ANY KIND.
 
NEITHER THE UNITED STATES GOVERNMENT, NOR THE UNITED STATES DEPARTMENT OF
ENERGY, NOR UCHICAGO ARGONNE, LLC, NOR ANY OF THEIR EMPLOYEES, MAKES ANY
WARRANTY, EXPRESS OR IMPLIED, OR ASSUMES ANY LEGAL LIABILITY OR RESPONSIBILITY
FOR THE ACCURACY, COMPLETENESS, OR USEFULNESS OF ANY INFORMATION, DATA,
APPARATUS, PRODUCT, OR PROCESS DISCLOSED, OR REPRESENTS THAT ITS USE WOULD
NOT INFRINGE PRIVATELY OWNED RIGHTS.

*******************************************************************************

E3SM was developed from CESM1.3beta10
CESM Copyright Notice and Disclaimer:

The Community Earth System Model (CESM) was developed in cooperation with
the National Science Foundation, the Department of Energy, 
the National Aeronautics and Space Administration, and the University 
Corporation for Atmospheric Research's National Center for Atmospheric Research.

CESM is public domain software.

*******************************************************************************

Separable pieces with their own copyright and license.  See code location
for details.

Name            Code Location                  Institution(s)      License
-------------------------------------------------------------------------------

Software
-----------
CIME            cime/scripts                    NCAR, SNL           BSD
cpl7            driver-mct/ 			NCAR, ANL	    BSD
GPTL            share/timing                    author              non-commerical
MCT             externals/mct                   ANL                 BSD
YAKL		externals/YAKL			author              BSD
cub		externals/cub                   author, NVIDIA      BSD
kokkos          externals/kokkos                SNL                 BSD

Ocean/Ice       under components/
-----------     -----------------
CICE            cice                            LANL                BSD
MPAS Framework  mpas-framework                  LANL                BSD
MPAS Ocean      mpas-ocean                      LANL                BSD
MPAS SeaIce     mpas-seaice                     LANL                BSD
MPAS-Albany LandIce   mpas-albany-landice       LANL, SNL           BSD

Land            under components/elm/src
-----------     ------------------------
FATES           external_models/fates           LBNL, NCAR, LANL    BSD
Betr            external_models/sbetr           LBNL, NCAR          BSD
MPP             external_models/mpp             LBNL                BSD

Atmosphere      under components/eam/src
-----------     ------------------------
CLUBB           physics/clubb                   authors             --
rrtmg           physics/rrtmg                   AER                 non-commercial
rrtmgp          physics/rrtmgp/external         AER                 non-commercial
Cosp2           physics/cosp2                   authors             BSD
Cosp2/MISR      physics/cosp2/external/src/simulator/MISR_simulator    author           BSD
Cosp2/MODIS     physics/cosp2/external/src/simulator/MODIS_simulator    U Colo.         BSD
Cosp2/actsim    physics/cosp2/external/src/simulator/actsim             CNRS            BSD
Cosp2/icarus    physics/cosp2/external/src/simulator/icarus             BCC, LLNL       BSD
Cosp2/parasol   physics/cosp2/external/src/simulator/parasol            CNRS            BSD
Cosp2/quikbeam  physics/cosp2/external/src/simulator/quickbeam          U Colo.         BSD
Cosp2/rrtov     physics/cosp2/external/src/simulator/rrtov              U Colo.         BSD
icarus-scops    physics/icarus-scops            BCC                 BSD
HOMMEXX         components/homme/src/share/cxx  SNL                 BSD

-------------------------------------------------------------------------------

Actual copyright holder for above Institutions:
NCAR =  University Corporation for Atmospheric Research
LANL =  Los Alamos National Security, LLC
SNL  =  National Technology & Engineering Solutions of Sandia, LLC 
LBNL =  The Regents of the University of California, 
        through Lawrence Berkeley National Laboratory
ANL  =  UChicago Argonne, LLC 
BCC  =  British Crown Copyright, the UK Met Office
AER  =  Atmospheric & Environmental Research, Inc.
CNRS =  Centre National de la Recherche Scientifique
U Colo. = Regents of the University of Colorado
*******************************************************************************
back to top