Skip to content

Commit

Permalink
Added manual conversion option from Celcius to Kelvin. Added work-aro…
Browse files Browse the repository at this point in the history
…und for case of missing grid information in sea ice input.
  • Loading branch information
IngoBethke committed Sep 4, 2017
1 parent cdd1319 commit a3015ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
'hs ','snd ',' ',
'fs ','snc ',' ',
'albice ','ialb ','zero2missing'
'Tsfc ','tsice ','tsicecomment',
'Tsfc ','tsice ','tsicecomment;Celsius2Kelvin',
'rain_ai ','pr ','cmFW day-1 -> kg m-2 s-1',
'snow_ai ','prsn ','cmFW day-1 -> kg m-2 s-1',
'iage ','ageice ',' ',
Expand Down
2 changes: 1 addition & 1 deletion namelists/noresm2cmor_NorESM_GENERIC_template.nml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@
'hs ','snd ',' ',
'fs ','snc ',' ',
'albice ','ialb ','zero2missing'
'Tsfc ','tsice ','tsicecomment',
'Tsfc ','tsice ','tsicecomment;Celsius2Kelvin',
'rain_ai ','pr ','cmFW day-1 -> kg m-2 s-1',
'snow_ai ','prsn ','cmFW day-1 -> kg m-2 s-1',
'iage ','ageice ',' ',
Expand Down

0 comments on commit a3015ee

Please sign in to comment.