Skip to content
Permalink
Browse files
userinterface.m
This collects user inputs
  • Loading branch information
bibif5 committed Aug 2, 2020
1 parent fc9bd4a commit 06c16aa48b84693871fbdf82045480e665d16e9e
Showing 1 changed file with 6 additions and 0 deletions.
@@ -0,0 +1,6 @@
disp('Please select which climate model you would like to view: ');
type=input('1- chimere_ozone \n2- emep_ozone \n3- ensemble_ozone \n4- eurad_ozone \n5- lotoseuros_ozone \n6- match_ozone \n7- mocage_ozone \n8- silam_ozone \n');

disp('Please select your desired format: ')
userInput = ('a - Standard Display (Trichromacy)\nb - Monochromacy Display \nc - Protanopia Display \n');
option = input(userInput,'s');

0 comments on commit 06c16aa

Please sign in to comment.