Main program file of SICOPOLIS. More...
#include "sico_specs.h"
#include "subroutines/general/sico_types_m.F90"
#include "subroutines/general/sico_variables_m.F90"
#include "subroutines/general/ice_material_properties_m.F90"
#include "subroutines/general/stereo_proj_m.F90"
#include "subroutines/general/metric_m.F90"
#include "subroutines/general/sico_maths_m.F90"
#include "subroutines/general/compare_float_m.F90"
#include "subroutines/general/read_m.F90"
#include "subroutines/general/init_temp_water_age_m.F90"
#include "subroutines/general/mask_update_sea_level_m.F90"
#include "subroutines/general/pdd_m.F90"
#include "subroutines/general/calc_vxy_m.F90"
#include "subroutines/general/calc_vz_m.F90"
#include "subroutines/general/calc_dxyz_m.F90"
#include "subroutines/general/calc_gia_m.F90"
#include "subroutines/general/topograd_m.F90"
#include "subroutines/general/calc_thk_m.F90"
#include "subroutines/general/enth_temp_omega_m.F90"
#include "subroutines/general/calc_temp_m.F90"
#include "subroutines/general/calc_enhance_m.F90"
#include "subroutines/general/calc_temp_melt_bas_m.F90"
#include "subroutines/general/calc_bas_melt_m.F90"
#include "subroutines/general/calc_thk_water_bas_m.F90"
#include "subroutines/general/output_m.F90"
#include "subroutines/general/sico_main_loop_m.F90"
#include "subroutines/general/sico_end_m.F90"
Go to the source code of this file.
Macros | |
#define | MODEL_SICOPOLIS |
#define | VERSION '3.3' |
#define | DATE '2017-08-03' |
Functions/Subroutines | |
program | sicopolis |
Main program of SICOPOLIS. More... | |
Main program file of SICOPOLIS.
Copyright 2009-2017 Ralf Greve
This file is part of SICOPOLIS.
SICOPOLIS is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
SICOPOLIS is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with SICOPOLIS. If not, see http://www.gnu.org/licenses/.
Definition in file sicopolis.F90.
#define DATE '2017-08-03' |
#define MODEL_SICOPOLIS |
#define VERSION '3.3' |
program sicopolis | ( | ) |
Main program of SICOPOLIS.
Definition at line 275 of file sicopolis.F90.