-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #436 from FESOM/nextGEMS
Next gems
- Loading branch information
Showing
3 changed files
with
64 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
&diag_list | ||
ldiag_solver =.false. | ||
lcurt_stress_surf=.false. | ||
ldiag_curl_vel3 =.false. | ||
ldiag_Ri =.false. | ||
ldiag_turbflux =.false. | ||
ldiag_salt3D =.false. | ||
ldiag_dMOC =.false. | ||
ldiag_DVD =.false. | ||
ldiag_forc =.false. | ||
ldiag_extflds =.false. | ||
/ | ||
|
||
&nml_general | ||
io_listsize =100 !number of streams to allocate. shallbe large or equal to the number of streams in &nml_list | ||
vec_autorotate =.false. | ||
lnextGEMS=.true. | ||
nlev_upper=10 | ||
/ | ||
|
||
! for sea ice related variables use_ice should be true, otherewise there will be no output | ||
! for 'curl_surf' to work lcurt_stress_surf must be .true. otherwise no output | ||
! for 'fer_C', 'bolus_u', 'bolus_v', 'bolus_w', 'fer_K' to work Fer_GM must be .true. otherwise no output | ||
! 'otracers' - all other tracers if applicable | ||
! for 'dMOC' to work ldiag_dMOC must be .true. otherwise no output | ||
&nml_list | ||
io_list = 'sst ',1, 'm', 4, | ||
'sss ',1, 'm', 4, | ||
'ssh ',1, 'm', 4, | ||
'uice ',1, 'm', 4, | ||
'vice ',1, 'm', 4, | ||
'a_ice ',1, 'm', 4, | ||
'm_ice ',1, 'm', 4, | ||
'm_snow ',1, 'm', 4, | ||
'MLD1 ',1, 'm', 4, | ||
'MLD2 ',1, 'm', 4, | ||
'MLD3 ',1, 'm', 4, | ||
'tx_sur ',1, 'm', 4, | ||
'ty_sur ',1, 'm', 4, | ||
'temp ',3, 'h', 4, | ||
'salt ',3, 'h', 8, | ||
'N2 ',1, 'y', 4, | ||
'Kv ',1, 'y', 4, | ||
'u ',3, 'h', 4, | ||
'v ',3, 'h', 4, | ||
'unod ',1, 'y', 4, | ||
'vnod ',1, 'y', 4, | ||
'w ',3, 'h', 4, | ||
'Av ',1, 'y', 4, | ||
'bolus_u ',1, 'y', 4, | ||
'bolus_v ',1, 'y', 4, | ||
'bolus_w ',1, 'y', 4, | ||
/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters