Skip to content

Commit

Permalink
Added RCP2.6 forcing. Added setup files. Added run_CryoGrid3.m
Browse files Browse the repository at this point in the history
  • Loading branch information
jannitzbon committed Jan 27, 2020
1 parent 73b2f58 commit 0b0fa1b
Show file tree
Hide file tree
Showing 42 changed files with 10 additions and 2 deletions.
Binary file not shown.
8 changes: 8 additions & 0 deletions run_CryoGrid3.m
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

clear all;
close all;

%% run the model
setupFile = './setups/SCENARIO_REV6b_194910-211912_rcp45_xice0_xE0_xH0_xW0_xS0_reference_snowDens250_maxSnow1.00_maxWater0.00_setup.mat'; % load temporary setup file created by "setup_CryoGrid3.m"
load( setupFile );
CryoGrid3_xice_mpi( SETUP );
4 changes: 2 additions & 2 deletions setup_CryoGrid3.m
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
end

% forcing data
SETUP.forcingFile = ['Samoylov_' SETUP.scenario '_1901_2300_CryoGrid_windModified_repeat2090sTo2160.mat'];
SETUP.forcingFile = ['Samoylov_' SETUP.scenario '_1901_2300_CryoGrid_github.mat'];

% output directory
SETUP.saveDir = './runs';
Expand All @@ -115,4 +115,4 @@
SETUP.xice, SETUP.xE, SETUP.xH, SETUP.xW, SETUP.xS, SETUP.boundaryCondition_T, SETUP.e_Reservoir, SETUP.snowDens );

% save setup file
save( [ './setups/' SETUP.runName '_setup.mat' ], 'SETUP' );
save( [ './setups/' SETUP.runName '_setup.mat' ], 'SETUP' );
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 0b0fa1b

Please sign in to comment.