Isca icon indicating copy to clipboard operation
Isca copied to clipboard

Idealized GCM from the University of Exeter

Results 59 Isca issues
Sort by recently updated
recently updated
newest added

## Description In socrates_interface.f90 we have an option for using the Frierson-like sw profile: https://github.com/sit23/Isca/blob/master/src/atmos_param/socrates/interface/socrates_interface.F90#L1091 In this option the `coszen` value is set to: `coszen = 0.25 * (1.0 +...

## Description When running with gfortran @daw538 have had various nml errors of the type: `FATAL from PE 0: check_nml_error in fms_mod: Unknown namelist, or mistyped namelist variable in namelist...

bug

I'm putting together some new SST input files and found that in recent cftime installations the utime class is not supported. This seems to be quite an old update, and...

bug

Rewrite and update of the current REAMDE.md file located in the `exp/test_cases` directory. Have updated to include the APE and SOCRATES test cases along with relevant references.

docs

Hello, I am trying to trying to use the min/max/diurnal averaging indicated in the [diag_manager module](https://github.com/ExeClim/Isca/blob/9560521e1ba5ce27a13786ffdcb16578d0bd00da/src/shared/diag_manager/diag_manager.F90#L132-L138). So basically, to get the minimum daily surface temperature, I am using the following...

bug

# Patching CVE-2007-4559 Hi, we are security researchers from the Advanced Research Center at [Trellix](https://www.trellix.com). We have began a campaign to patch a widespread bug named CVE-2007-4559. CVE-2007-4559 is a...

We want to be able to run Isca using single-precision arithmetic, rather than the default double precision. This p/r mirrors some code I wrote way back in 2020: https://github.com/sit23/Isca/commit/efd019566e6c822a93564a3e7371dc2d4c3de404 This...

With `do_not_calculate`(sat_vapor_pres_nml) set to true and `tau`(dry_convection_nml) unset, isca will crash due to a segmentation fault.

Adds thermodynamic sea ice code following [Zhang et al. (2022)](https://agupubs.onlinelibrary.wiley.com/doi/abs/10.1029/2021MS002671). Test case can be found here: exp/test_cases/thermodynamic_sea_ice/grey_thermo_ice_test_case.py