- Timestamp:
- 2018-03-06T13:35:36+01:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/NERC/dev_r5518_GO6_CO2_cmip/NEMOGCM/NEMO/TOP_SRC/MEDUSA/air_sea.F90
r9344 r9374 67 67 # endif 68 68 USE in_out_manager, ONLY: lwp, numout 69 USE oce, ONLY: PCO2a_in_cpl70 69 USE par_kind, ONLY: wp 71 70 USE par_oce, ONLY: jpi, jpim1, jpj, jpjm1 72 USE sbc_oce, ONLY: fr_i, lk_oasis,qsr, wndm71 USE sbc_oce, ONLY: fr_i, qsr, wndm 73 72 USE sms_medusa, ONLY: jdms, jdms_input, jdms_model, & 74 73 jriver_alk, jriver_c, & … … 152 151 !! OPEN wet point IF..THEN loop 153 152 IF (tmask(ji,jj,1) == 1) then 154 IF (lk_oasis) THEN155 !!! Jpalm test on atm xCO2156 IF ( (f_xco2a(ji,jj) .GT. 10000.0 ).OR.(f_xco2a(ji,jj) .LE. 0.0 ) ) THEN157 IF(lwp) THEN158 WRITE(numout,*) ' atm xCO2 = ',f_xco2a(ji,jj), &159 ' -- ji =', mig(ji),' jj = ', mjg(jj)160 ENDIF161 CALL ctl_stop( 'MEDUSA - Air-Sea :', 'unrealistic coupled atm xCO2 ' )162 ENDIF163 ENDIF164 153 !! 165 154 !! AXY (23/06/15): as part of an effort to update the … … 264 253 !! Enormous dpco2 - even if all carb chem caract are OK. 265 254 !! and this check stops the model. 266 !! ==> let's run the model without it and see how it goes. 255 !! --Input checks are already more than enough to stop the 256 !! model if carb chem goes crazy. 257 !! we remove the mocsy output checks 267 258 !!=================== 268 259 !!IF ( (f_pco2w(ji,jj) > 1.E4 ).OR.(f_pco2w(ji,jj) < 0.0 ) .OR. &
Note: See TracChangeset
for help on using the changeset viewer.