Changeset 7718
- Timestamp:
- 2017-02-22T18:47:24+01:00 (8 years ago)
- Location:
- branches/UKMO/dev_r5518_v3.4_asm_nemovar_community_bgc_ersem/NEMOGCM/NEMO/OPA_SRC/ASM
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/UKMO/dev_r5518_v3.4_asm_nemovar_community_bgc_ersem/NEMOGCM/NEMO/OPA_SRC/ASM/asmbal.F90
r7716 r7718 16 16 USE asminc ! Main assimilation increments module 17 17 USE asmpar ! Parameters for the assimilation interface 18 #if defined key_fabm 19 USE par_fabm 20 #elif defined key_medusa && defined key_foam_medusa 21 USE par_medusa 22 #elif defined key_hadocc 23 USE par_hadocc 24 #endif 18 25 19 26 IMPLICIT NONE -
branches/UKMO/dev_r5518_v3.4_asm_nemovar_community_bgc_ersem/NEMOGCM/NEMO/OPA_SRC/ASM/asminc.F90
r7716 r7718 83 83 PUBLIC ssh_asm_inc !: Apply the SSH increment 84 84 PUBLIC seaice_asm_inc !: Apply the seaice increment 85 PUBLIC logchl_asm_inc !: Apply the seaiceincrement85 PUBLIC logchl_asm_inc !: Apply the logchl increment 86 86 87 87 #if defined key_asminc
Note: See TracChangeset
for help on using the changeset viewer.